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

References

include/llvm/ADT/ScopedHashTable.h
  174     assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!");
  183     return TopLevelMap.count(Key);
  187     auto I = TopLevelMap.find(Key);
  188     if (I != TopLevelMap.end())
  204       TopLevelMap.find(Key);
  205     if (I == TopLevelMap.end()) return end();
  218     ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key];
  244       assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry &&
  246       HT.TopLevelMap.erase(ThisEntry->getKey());
  248       ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()];