Home
last modified time | relevance | path

Searched refs:ScopedHashTableScope (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h85 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()
103 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope()
156 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
160 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
[all …]