Home
last modified time | relevance | path

Searched refs:getParentScope (Results 1 – 5 of 5) 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/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp240 Builder.writeTypeIndex(Record.getParentScope()); in writeFuncId()
DTypeDumper.cpp385 printTypeIndex("ParentScope", Func.getParentScope()); in visitFuncId()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h726 TypeIndex getParentScope() const { return ParentScope; } in getParentScope() function