Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DScopedHashTable.h41 class ScopedHashTable; variable
162 ScopedHashTable() : CurScope(0) {} in ScopedHashTable() function
163 ScopedHashTable(AllocatorTy A) : CurScope(0), Allocator(A) {} in ScopedHashTable() function