Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DScopedHashTable.h102 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope() function
103 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeInlineSiteSymbol.cpp84 TypeIndex ParentScope = FRecord.getParentScope(); in getName()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp348 printItemIndex("ParentScope", Func.getParentScope()); in visitKnownRecord()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h617 TypeIndex getParentScope() const { return ParentScope; } in getParentScope() function