Searched refs:mNodeFound (Results 1 – 2 of 2) sorted by relevance
25 : TIntermTraverser(true, false, false), mSymbolName(symbolName), mNodeFound(nullptr) in SymbolFinder()32 mNodeFound = node; in visitSymbol()36 bool isFound() const { return mNodeFound != nullptr; } in isFound()37 const TIntermSymbol *getNode() const { return mNodeFound; } in getNode()41 TIntermSymbol *mNodeFound; member in sh::__anonf9341bf60111::SymbolFinder
44 mNodeFound(nullptr) in FunctionCallFinder()51 mNodeFound = node; in visitAggregate()57 bool isFound() const { return mNodeFound != nullptr; } in isFound()58 const TIntermAggregate *getNode() const { return mNodeFound; } in getNode()62 TIntermAggregate *mNodeFound; member in sh::__anon40f2a7750111::FunctionCallFinder