Home
last modified time | relevance | path

Searched refs:PrevScope (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DScopedHashTable.h90 ScopedHashTableScope *PrevScope; variable
102 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope()
103 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()