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
163 ScopedHashTable() : CurScope(nullptr) {} in ScopedHashTable() function
164 ScopedHashTable(AllocatorTy A) : CurScope(0), Allocator(A) {} in ScopedHashTable() function