Home
last modified time | relevance | path

Searched refs:PrevScope (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
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()