Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DFunctionLookup.cpp154 void TFunctionLookup::setThisNode(TIntermTyped *thisNode) in setThisNode()
159 TIntermTyped *TFunctionLookup::thisNode() const in thisNode() function in sh::TFunctionLookup
DParseContext.cpp6095 TIntermTyped *thisNode = fnCall->thisNode(); in addMethod() local