Home
last modified time | relevance | path

Searched defs:thisNode (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DFunctionLookup.cpp154 void TFunctionLookup::setThisNode(TIntermTyped *thisNode) in setThisNode()
159 TIntermTyped *TFunctionLookup::thisNode() const in thisNode() function in sh::TFunctionLookup
DParseContext.cpp6889 TIntermTyped *thisNode = fnCall->thisNode(); in addMethod() local
/third_party/typescript/src/services/refactors/
DextractSymbol.ts282 readonly thisNode: Node | undefined; property
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp3469 TIntermTyped* thisNode = node; in acceptPostfixExpression() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp3524 …ddFunctionCallOrMethod(TFunction *fnCall, TIntermNode *paramNode, TIntermNode *thisNode, const TSo… in addFunctionCallOrMethod()