Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DScopedHashTable.h88 ScopedHashTableScope *PrevScope; variable
99 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope()
100 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope()
223 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = PrevScope; in ~ScopedHashTableScope()