Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
154 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
158 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
[all …]