/external/lldb/include/lldb/Core/ |
D | ValueObjectCast.h | 48 GetParent() in GetParent() function 51 return m_parent->GetParent(); in GetParent() 57 GetParent() const in GetParent() function 60 return m_parent->GetParent(); in GetParent()
|
D | ValueObjectDynamicValue.h | 57 GetParent() in GetParent() function 60 return m_parent->GetParent(); in GetParent() 66 GetParent() const in GetParent() function 69 return m_parent->GetParent(); in GetParent()
|
D | ValueObjectSyntheticFilter.h | 111 GetParent() in GetParent() function 114 return m_parent->GetParent(); in GetParent() 120 GetParent() const in GetParent() function 123 return m_parent->GetParent(); in GetParent()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | UniqueDWARFASTType.cpp | 45 const DWARFDebugInfoEntry *parent_arg_die = die->GetParent(); in Find() 46 const DWARFDebugInfoEntry *parend_pos_die = pos->m_die->GetParent(); in Find() 80 parent_arg_die = parent_arg_die->GetParent(); in Find() 81 parend_pos_die = parend_pos_die->GetParent(); in Find()
|
D | DWARFDebugInfoEntry.h | 360 …DWARFDebugInfoEntry* GetParent() { return m_parent_idx > 0 ? this - m_parent_idx : … in GetParent() function 361 …const DWARFDebugInfoEntry* GetParent() const { return m_parent_idx > 0 ? this - m_paren… in GetParent() function 412 sibling->SetParent(GetParent()); in SetSibling()
|
D | DWARFDebugPubnames.cpp | 142 const DWARFDebugInfoEntry* parent_die = die->GetParent(); in GeneratePubnames() 179 … parent_die = parent_die->GetParent(); // Keep going in the while loop. in GeneratePubnames()
|
D | DWARFCompileUnit.cpp | 713 const DWARFDebugInfoEntry* parent_die = die.GetParent(); in Index() 750 … parent_die = parent_die->GetParent(); // Keep going in the while loop. in Index() 793 const DWARFDebugInfoEntry *parent = die.GetParent(); in Index() 809 parent = specification_die->GetParent(); in Index()
|
/external/lldb/scripts/Python/interface/ |
D | SBBlock.i | 62 %feature("docstring", "Get the parent block.") GetParent; 64 GetParent (); 149 __swig_getmethods__["parent"] = GetParent 150 …if _newclass: parent = property(GetParent, None, doc='''A read only property that returns the same…
|
D | SBSection.i | 57 GetParent();
|
/external/lldb/source/Symbol/ |
D | Block.cpp | 77 Block *parent = GetParent(); in Dump() 89 const Block* parent_block = GetParent(); in Dump() 228 for (block_parent = block->GetParent(); in Contains() 230 block_parent = block_parent->GetParent()) in Contains() 245 Block::GetParent () const in GetParent() function in Block 263 Block *parent_block = GetParent (); in GetInlinedParent() 395 Block *parent_block = GetParent (); in AddRange() 544 Block* parent_block = GetParent(); in AppendVariables() 605 Block *parent_block = GetParent(); in GetSibling()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeIterator.cs | 114 object parent = adaptor.GetParent(tree); in MoveNext() 120 parent = adaptor.GetParent(tree); in MoveNext()
|
D | ITreeAdaptor.cs | 300 object GetParent(object t); in GetParent() method
|
D | CommonTreeAdaptor.cs | 188 public override object GetParent(object t) { in GetParent() method in Antlr.Runtime.Tree.CommonTreeAdaptor
|
/external/lldb/source/Core/ |
D | Section.cpp | 89 SectionSP parent_sp (GetParent ()); in GetFileAddress() 105 SectionSP parent_sp (GetParent ()); in GetOffset() 117 SectionSP parent_sp (GetParent ()); in GetLoadBaseAddress() 240 SectionSP parent_sp (GetParent ()); in DumpName() 268 SectionSP parent_sp (GetParent ()); in IsDescendant()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeIterator.cs | 135 object parent = adaptor.GetParent( tree ); in MoveNext() 142 parent = adaptor.GetParent( tree ); in MoveNext()
|
D | ITreeAdaptor.cs | 320 object GetParent( object t ); in GetParent() method
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_block.py | 14 obj.GetParent()
|
/external/lldb/source/API/ |
D | SBSection.cpp | 73 SBSection::GetParent() in GetParent() function in SBSection 79 SectionSP parent_section_sp (section_sp->GetParent()); in GetParent()
|
D | SBBlock.cpp | 131 SBBlock::GetParent () in GetParent() function in SBBlock 135 sb_block.m_opaque_ptr = m_opaque_ptr->GetParent(); in GetParent()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 221 public virtual object GetParent(object t) { in GetParent() method in Antlr.Runtime.Debug.DebugTreeAdaptor 222 return adaptor.GetParent(t); in GetParent()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 285 public virtual object GetParent( object t ) in GetParent() method in Antlr.Runtime.Debug.DebugTreeAdaptor 287 return adaptor.GetParent( t ); in GetParent()
|
/external/lldb/include/lldb/API/ |
D | SBSection.h | 38 GetParent();
|
D | SBBlock.h | 52 GetParent ();
|
/external/pdfium/core/src/reflow/ |
D | layoutprovider_taggedpdf.h | 31 IPDF_LayoutElement* GetParent();
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_tagged.h | 78 virtual CPDF_StructElement* GetParent() const = 0;
|