Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DScopedHashTable.h91 ScopedHashTableScope *PrevScope; variable
103 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope()
104 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope()
231 PrevScope = HT.CurScope; in ScopedHashTableScope()
239 HT.CurScope = PrevScope; in ~ScopedHashTableScope()