Home
last modified time | relevance | path

Searched defs:getParentScope (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DScopedHashTable.h99 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope() function
100 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope() function
/external/llvm/include/llvm/ADT/
DScopedHashTable.h99 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope() function
100 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h726 TypeIndex getParentScope() const { return ParentScope; } in getParentScope() function