Searched defs:thisNode (Results 1 – 6 of 6) sorted by relevance
154 void TFunctionLookup::setThisNode(TIntermTyped *thisNode) in setThisNode()159 TIntermTyped *TFunctionLookup::thisNode() const in thisNode() function in sh::TFunctionLookup
5872 TIntermTyped *thisNode = fnCall->thisNode(); in addMethod() local
6889 TIntermTyped *thisNode = fnCall->thisNode(); in addMethod() local
3176 TIntermTyped* thisNode = node; in acceptPostfixExpression() local
3524 …ddFunctionCallOrMethod(TFunction *fnCall, TIntermNode *paramNode, TIntermNode *thisNode, const TSo… in addFunctionCallOrMethod()