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

References

include/llvm/ADT/ScopedHashTable.h
  230   PrevScope = HT.CurScope;
  231   HT.CurScope = this;
  237   assert(HT.CurScope == this && "Scope imbalance!");
  238   HT.CurScope = PrevScope;
  244       assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry &&
  246       HT.TopLevelMap.erase(ThisEntry->getKey());
  248       ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()];
  257     ThisEntry->Destroy(HT.getAllocator());