Lines Matching refs:TFunction

465 bool TParseContext::constructorErrorCheck(const TSourceLoc &line, TIntermNode* node, TFunction& fun…  in constructorErrorCheck()
1038 bool TParseContext::functionCallLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *ag… in functionCallLValueErrorCheck()
1164 const TFunction* TParseContext::findFunction(const TSourceLoc &line, TFunction* call, bool *builtIn) in findFunction()
1183 return static_cast<const TFunction*>(symbol); in findFunction()
1733 TIntermAggregate *TParseContext::addFunctionPrototypeDeclaration(const TFunction &function, const T… in addFunctionPrototypeDeclaration()
1738 TFunction *symbolTableFunction = in addFunctionPrototypeDeclaration()
1739 static_cast<TFunction *>(symbolTable.find(function.getMangledName(), getShaderVersion())); in addFunctionPrototypeDeclaration()
1785 TIntermAggregate *TParseContext::addFunctionDefinition(const TFunction &function, TIntermAggregate … in addFunctionDefinition()
1812 void TParseContext::parseFunctionPrototype(const TSourceLoc &location, TFunction *function, TInterm… in parseFunctionPrototype()
1822TFunction *prevDec = static_cast<TFunction *>(symbolTable.find(function->getMangledName(), getShad… in parseFunctionPrototype()
1909 TFunction *TParseContext::parseFunctionDeclarator(const TSourceLoc &location, TFunction *function) in parseFunctionDeclarator()
1919TFunction *prevDec = static_cast<TFunction *>(symbolTable.find(function->getMangledName(), getShad… in parseFunctionDeclarator()
1964 TFunction *TParseContext::addConstructorFunc(const TPublicType &publicTypeIn) in addConstructorFunc()
2063 return new TFunction(&tempString, type, op); in addConstructorFunc()
2071 …addConstructor(TIntermNode* arguments, const TType* type, TOperator op, TFunction* fnCall, const T… in addConstructor()
3474 TIntermTyped *TParseContext::addFunctionCallOrMethod(TFunction *fnCall, TIntermNode *paramNode, TIn… in addFunctionCallOrMethod()
3546 const TFunction *fnCandidate; in addFunctionCallOrMethod()