Searched refs:functionNode (Results 1 – 2 of 2) sorted by relevance
2982 …TIntermNode* functionNode = parseContext.handleFunctionDefinition(declarator.loc, *declarator.func… in acceptFunctionBody() local2991 … parseContext.handleFunctionBody(declarator.loc, *declarator.function, functionBody, functionNode); in acceptFunctionBody()2994 nodeList = intermediate.growAggregate(nodeList, functionNode); in acceptFunctionBody()
3915 TIntermFunctionDefinition *functionNode = in addFunctionDefinition() local3917 functionNode->setLine(location); in addFunctionDefinition()3920 return functionNode; in addFunctionDefinition()