Searched refs:getAsFunctionDefinition (Results 1 – 15 of 15) sorted by relevance
20 ASSERT(!node->getAsFunctionDefinition()); in discoverEnclosingFunction()25 if (TIntermFunctionDefinition *funcDefNode = ancestor->getAsFunctionDefinition()) in discoverEnclosingFunction()
37 if (TIntermFunctionDefinition *funcDefNode = node->getAsFunctionDefinition()) in visitBlock()
371 return visitFunctionDefinitionPre(*originalNode.getAsFunctionDefinition()); in traversePre()434 return traverseFunctionDefinitionChildren(*currNode.getAsFunctionDefinition()); in traverseChildren()502 return visitFunctionDefinitionPost(*currNode.getAsFunctionDefinition()); in traversePost()
2099 if (node.getAsFunctionDefinition()) in RequiresSemicolonTerminator()2113 if (node.getAsFunctionDefinition()) in NewlinePad()
23 TIntermFunctionDefinition *nodeFunction = node->getAsFunctionDefinition(); in FindMainIndex()36 TIntermFunctionDefinition *nodeFunction = node->getAsFunctionDefinition(); in FindMain()
23 TIntermFunctionDefinition *nodeFunction = node->getAsFunctionDefinition(); in FindFirstFunctionDefinitionIndex()
144 return node ? node->getAsFunctionDefinition() : nullptr;
20 TIntermFunctionDefinition *definition = node->getAsFunctionDefinition(); in ValidateMaxParameters()
89 virtual TIntermFunctionDefinition *getAsFunctionDefinition() { return nullptr; } in getAsFunctionDefinition() function757 TIntermFunctionDefinition *getAsFunctionDefinition() override { return this; } in getAsFunctionDefinition() function
25 if (node->getAsFunctionDefinition()) in isSingleStatement()
1443 const TIntermFunctionDefinition *asFunctionDefinition = node->getAsFunctionDefinition(); in operator ()()
2096 bool isMainBlock = mInsideMain && getParentNode()->getAsFunctionDefinition(); in visitBlock()2135 statement->getAsFunctionDefinition() == nullptr && in visitBlock()
48 TIntermFunctionDefinition *definition = node->getAsFunctionDefinition(); in AddDefaultReturnStatements()
163 if (!mTempVariables.empty() && getParentNode()->getAsFunctionDefinition()) in visitBlock()
51 TIntermFunctionDefinition *asFuncDef = node->getAsFunctionDefinition(); in InitializeFunctionMap()408 const bool isInFunctionDefinition = getParentNode()->getAsFunctionDefinition() != nullptr; in visitFunctionPrototype()490 if (node->getAsFunctionDefinition() || node->getAsFunctionPrototypeNode()) in SortDeclarations()