Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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()
/external/llvm/include/llvm/ADT/
DScopedHashTable.h87 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()