Searched refs:writableSymbolTable (Results 1 – 2 of 2) sorted by relevance
32 const Symbol* SymbolTable::lookup(SymbolTable* writableSymbolTable, const SymbolKey& key) { in lookup() argument38 writableSymbolTable = this; in lookup()43 return fParent->lookup(writableSymbolTable, key); in lookup()53 const Symbol* previous = fParent->lookup(writableSymbolTable, key); in lookup()71 return writableSymbolTable in lookup()72 ? writableSymbolTable->takeOwnershipOfSymbol( in lookup()
161 const Symbol* lookup(SymbolTable* writableSymbolTable, const SymbolKey& key);