Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDScopedHashTable.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()