Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DScopedHashTable.h83 class ScopedHashTableScope {
88 ScopedHashTableScope *PrevScope;
93 void operator=(ScopedHashTableScope&); // DO NOT IMPLEMENT
94 ScopedHashTableScope(ScopedHashTableScope&); // DO NOT IMPLEMENT
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
97 ~ScopedHashTableScope();
99 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope()
100 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope()
150 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
160 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>; variable
[all …]