Searched refs:getAsMethodNode (Results 1 – 4 of 4) sorted by relevance
1075 virtual glslang::TIntermMethod* getAsMethodNode() { return 0; } in getAsMethodNode() function1088 virtual const glslang::TIntermMethod* getAsMethodNode() const { return 0; } in getAsMethodNode() function1248 virtual TIntermMethod* getAsMethodNode() { return this; } in getAsMethodNode() function1249 virtual const TIntermMethod* getAsMethodNode() const { return this; } in getAsMethodNode() function
528 TIntermMethod* method = $1->getAsMethodNode();561 if (TIntermMethod* method = $1->getAsMethodNode())
4527 TIntermMethod* method = (yyvsp[0].interm.intermTypedNode)->getAsMethodNode(); in yyparse()4565 if (TIntermMethod* method = (yyvsp[0].interm.intermTypedNode)->getAsMethodNode()) in yyparse()