MCPcopy Create free account
hub / github.com/WheretIB/nullc / TypePrototypeFinish

Function TypePrototypeFinish

NULLC/Callbacks.cpp:4929–4936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4927}
4928
4929void TypePrototypeFinish()
4930{
4931 CodeInfo::nodeList.push_back(new NodeZeroOP());
4932 newType = NULL;
4933
4934 // Remove class members from global scope
4935 EndBlock(false, false);
4936}
4937
4938// End of type definition
4939void TypeFinish()

Callers 1

ParseClassDefinitionFunction · 0.85

Calls 2

EndBlockFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected