Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h94 ScopedHashTableVal<K, V> *LastValInScope; variable
109 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()