Searched refs:ScopedHashTableScope (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ScopedHashTable.h | 85 class ScopedHashTableScope { 90 ScopedHashTableScope *PrevScope; 97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT); 98 ScopedHashTableScope(ScopedHashTableScope &) = delete; 99 ScopedHashTableScope &operator=(ScopedHashTableScope &) = delete; 100 ~ScopedHashTableScope(); 102 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope() 156 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>; 160 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>; 227 ScopedHashTableScope<K, V, KInfo, Allocator>:: [all …]
|