Home
last modified time | relevance | path

Searched defs:GetParent (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectCast.h42 ValueObject *GetParent() override { in GetParent() function
46 const ValueObject *GetParent() const override { in GetParent() function
H A DValueObjectDynamicValue.h62 ValueObject *GetParent() override { in GetParent() function
66 const ValueObject *GetParent() const override { in GetParent() function
H A DValueObjectSyntheticFilter.h90 ValueObject *GetParent() override { in GetParent() function
94 const ValueObject *GetParent() const override { in GetParent() function
H A DSection.h192 lldb::SectionSP GetParent() const { return m_parent_wp.lock(); } in GetParent() function
H A DValueObject.h828 virtual ValueObject *GetParent() { return m_parent; } in GetParent() function
830 virtual const ValueObject *GetParent() const { return m_parent; } in GetParent() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h136 DWARFDebugInfoEntry *GetParent() { in GetParent() function
139 const DWARFDebugInfoEntry *GetParent() const { in GetParent() function
H A DDWARFDIE.cpp89 DWARFDIE::GetParent() const { in GetParent() function in DWARFDIE
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp65 lldb::SBSection SBSection::GetParent() { in GetParent() function in SBSection
H A DSBBlock.cpp124 SBBlock SBBlock::GetParent() { in GetParent() function in SBBlock
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h256 lldb::OptionValueSP GetParent() const { return m_parent_wp.lock(); } GetParent() function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp101 XMLNode XMLNode::GetParent() const { in GetParent() function in XMLNode
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp202 Block *Block::GetParent() const { in GetParent() function in Block
H A DSymtab.cpp1161 const Symbol *Symtab::GetParent(Symbol *child_symbol) const { in GetParent() function in Symtab
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp912 Window *GetParent() const { return m_parent; } in GetParent() function in curses::Window
4712 TreeItem *GetParent() { return m_parent; } in GetParent() function in TreeItem