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

References

include/llvm/ADT/ScopedHashTable.h
  154   using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
  160   using ValTy = ScopedHashTableVal<K, V>;
  186   V lookup(const K &Key) const {
  191     return V();
  194   void insert(const K &Key, const V &Val) {
  198   using iterator = ScopedHashTableIterator<K, V, KInfo>;
  216   void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) {
  218     ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key];