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>;
  165   AllocatorTy Allocator;
  169   ScopedHashTable(AllocatorTy A) : Allocator(A) {}
  178   AllocatorTy &getAllocator() { return Allocator; }
  179   const AllocatorTy &getAllocator() const { return Allocator; }