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

Method SetFirstNode

NULLC/SyntaxTree.h:139–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 return first;
138 }
139 void SetFirstNode(NodeZeroOP* node)
140 {
141 first = node;
142 if(first)
143 typeInfo = first->typeInfo;
144 }
145protected:
146 NodeZeroOP* first;
147};

Callers 8

ConvertArrayToUnsizedFunction · 0.80
AddArrayIteratorFunction · 0.80
PrepareConstructorCallFunction · 0.80
AddFunctionCallNodeFunction · 0.80
AddCaseNodeFunction · 0.80
ParseCustomConstructorFunction · 0.80
ParseTerminalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected