Searched refs:getAsMethodNode (Results 1 – 3 of 3) sorted by relevance
1031 virtual glslang::TIntermMethod* getAsMethodNode() { return 0; } in getAsMethodNode() function1044 virtual const glslang::TIntermMethod* getAsMethodNode() const { return 0; } in getAsMethodNode() function1168 virtual TIntermMethod* getAsMethodNode() { return this; } in getAsMethodNode() function1169 virtual const TIntermMethod* getAsMethodNode() const { return this; } in getAsMethodNode() function
459 TIntermMethod* method = $1->getAsMethodNode();490 if (TIntermMethod* method = $1->getAsMethodNode())
4429 TIntermMethod* method = (yyvsp[0].interm.intermTypedNode)->getAsMethodNode(); in yyparse()4467 if (TIntermMethod* method = (yyvsp[0].interm.intermTypedNode)->getAsMethodNode()) in yyparse()