Home
last modified time | relevance | path

Searched refs:LastValInScope (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DScopedHashTable.h94 ScopedHashTableVal<K, V> *LastValInScope; variable
109 return LastValInScope; in getLastValInScope()
113 LastValInScope = Val; in setLastValInScope()
232 LastValInScope = nullptr; in ScopedHashTableScope()
241 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) { in ~ScopedHashTableScope()
254 LastValInScope = ThisEntry->getNextInScope(); in ~ScopedHashTableScope()