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

References

include/llvm/ADT/ScopedHashTable.h
   90   ScopedHashTableScope *PrevScope;
   98   ScopedHashTableScope(ScopedHashTableScope &) = delete;
   99   ScopedHashTableScope &operator=(ScopedHashTableScope &) = delete;
   99   ScopedHashTableScope &operator=(ScopedHashTableScope &) = delete;
  102   ScopedHashTableScope *getParentScope() { return PrevScope; }
  103   const ScopedHashTableScope *getParentScope() const { return PrevScope; }
  154   using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>;