Searched defs:ScopedHashTableScope (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h16 // ScopedHashTableScope<int, int> Scope1(HT);
20 // ScopedHashTableScope<int, int> Scope2(HT);
83 class ScopedHashTableScope { class in namespace:llvm
88 ScopedHashTableScope *PrevScope;
93 void operator=(ScopedHashTableScope&) LLVM_DELETED_FUNCTION;
94 ScopedHashTableScope(ScopedHashTableScope&) LLVM_DELETED_FUNCTION;
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
97 ~ScopedHashTableScope();
99 ScopedHashTableScope *getParentScop
222 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { function in class:llvm::ScopedHashTableScope
[all...]

Completed in 75 milliseconds