Searched refs:handleFunctionDefinition (Results 1 – 7 of 7) sorted by relevance
311 TIntermAggregate* handleFunctionDefinition(const TSourceLoc&, TFunction&);
3700 $1.intermNode = parseContext.handleFunctionDefinition($1.loc, *$1.function);
942 TIntermAggregate* TParseContext::handleFunctionDefinition(const TSourceLoc& loc, TFunction& functio… in handleFunctionDefinition() function in glslang::TParseContext
10080 …(yyvsp[0].interm).intermNode = parseContext.handleFunctionDefinition((yyvsp[0].interm).loc, *(yyvs… in yyparse()
83 …TIntermAggregate* handleFunctionDefinition(const TSourceLoc&, TFunction&, const TAttributes&, TInt…
2674 …TIntermNode* functionNode = parseContext.handleFunctionDefinition(declarator.loc, *declarator.func… in acceptFunctionBody()
1641 TIntermAggregate* HlslParseContext::handleFunctionDefinition(const TSourceLoc& loc, TFunction& func… in handleFunctionDefinition() function in glslang::HlslParseContext