Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
229 PrevScope = HT.CurScope; in ScopedHashTableScope()
237 HT.CurScope = PrevScope; in ~ScopedHashTableScope()