Searched refs:handleConstructorCall (Results 1 – 4 of 4) sorted by relevance
324 TFunction* handleConstructorCall(const TSourceLoc&, const TPublicType&);
450 $$.function = parseContext.handleConstructorCall($1.loc, $1);482 $$.function = parseContext.handleConstructorCall($1.loc, $1);
4415 …(yyval.interm).function = parseContext.handleConstructorCall((yyvsp[0].interm.type).loc, (yyvsp[0]… in yyparse()4457 …(yyval.interm).function = parseContext.handleConstructorCall((yyvsp[0].interm.type).loc, (yyvsp[0]… in yyparse()
2224 TFunction* TParseContext::handleConstructorCall(const TSourceLoc& loc, const TPublicType& publicTyp… in handleConstructorCall() function in glslang::TParseContext