Searched refs:LastValInScope (Results 1 – 1 of 1) sorted by relevance
94 ScopedHashTableVal<K, V> *LastValInScope; variable109 return LastValInScope; in getLastValInScope()113 LastValInScope = Val; in setLastValInScope()231 LastValInScope = nullptr; in ScopedHashTableScope()240 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) { in ~ScopedHashTableScope()253 LastValInScope = ThisEntry->getNextInScope(); in ~ScopedHashTableScope()