Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DScopedHashTable.h102 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope() function
103 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp84 TypeIndex ParentScope = FRecord.getParentScope(); in getName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp348 printItemIndex("ParentScope", Func.getParentScope()); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h617 TypeIndex getParentScope() const { return ParentScope; } in getParentScope() function