reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/ScopedHashTable.h
  109     return LastValInScope;
  113     LastValInScope = Val;
  232   LastValInScope = nullptr;
  241   while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) {
  254     LastValInScope = ThisEntry->getNextInScope();