Searched defs:LastValInScope (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h90 /// LastValInScope - This is the last value that was inserted for this scope
92 ScopedHashTableVal<K, V> *LastValInScope; member in class:llvm::ScopedHashTableScope
105 return LastValInScope;
108 LastValInScope = Val;
225 LastValInScope = 0;
234 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) {
247 LastValInScope = ThisEntry->getNextInScope();

Completed in 134 milliseconds