Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DScopedHashTable.h95 ScopedHashTableVal<K, V> *LastValInScope; variable
110 return LastValInScope; in getLastValInScope()
114 LastValInScope = Val; in setLastValInScope()
233 LastValInScope = nullptr; in ScopedHashTableScope()
242 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) { in ~ScopedHashTableScope()
255 LastValInScope = ThisEntry->getNextInScope(); in ~ScopedHashTableScope()