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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DScopedHashTable.h146 class ScopedHashTable { class in namespace:llvm
162 ScopedHashTable() : CurScope(0) {} function in class:llvm::ScopedHashTable
163 ScopedHashTable(AllocatorTy A) : CurScope(0), Allocator(A) {} function in class:llvm::ScopedHashTable
[all...]

Completed in 50 milliseconds