Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DScopedHashTable.h161 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>; variable
222 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { in ScopedHashTableScope() function