Searched refs:getFunctionPrototype (Results 1 – 9 of 9) sorted by relevance
22 definition->getFunctionPrototype()->getFunction()->getParamCount() > maxParameters) in ValidateMaxParameters()
758 TIntermFunctionPrototype *getFunctionPrototype() const { return mPrototype; } in getFunctionPrototype() function
961 TIntermFunctionPrototype *prototype = node->getFunctionPrototype(); in visitFunctionDefinition()
2190 out << TypeString(node->getFunctionPrototype()->getType()) << " "; in visitFunctionDefinition()
25 *returnType = node->getFunctionPrototype()->getType(); in NeedsReturnStatement()
46 mFunctionType = ((visit == PreVisit) ? &node->getFunctionPrototype()->getType() : nullptr); in visitFunctionDefinition()
95 if (node->getFunctionPrototype()->isArray() && visit == PreVisit) in visitFunctionDefinition()
57 const TFunction *func = node->getFunctionPrototype()->getFunction(); in visitFunctionDefinition()
428 node->getFunctionPrototype()->traverse(this); in traverseFunctionDefinition()