Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DScopedHashTable.h86 class ScopedHashTableScope {
91 ScopedHashTableScope *PrevScope;
98 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
99 ScopedHashTableScope(ScopedHashTableScope &) = delete;
100 ScopedHashTableScope &operator=(ScopedHashTableScope &) = delete;
101 ~ScopedHashTableScope();
103 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope()
155 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
159 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
229 ScopedHashTableScope<K, V, KInfo, Allocator>::
[all …]