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

/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h1 //===- ScopedHashTable.h - A simple scoped hash table ---------------------===//
14 // ScopedHashTable<int, int> HT;
41 class ScopedHashTable;
85 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
103 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
146 class ScopedHashTable { class in namespace:llvm
159 ScopedHashTable(const ScopedHashTable&); // NOT YET IMPLEMENTED
160 void operator=(const ScopedHashTable
163 ScopedHashTable() : CurScope(nullptr) {} function in class:llvm::ScopedHashTable
164 ScopedHashTable(AllocatorTy A) : CurScope(0), Allocator(A) {} function in class:llvm::ScopedHashTable
[all...]

Completed in 636 milliseconds