Home
last modified time | relevance | path

Searched refs:parent_decl_ctx_die (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDIE.cpp511 DWARFDIE parent_decl_ctx_die = die.GetParentDeclContextDIE(); in GetDWARFDeclContextImpl() local
512 if (parent_decl_ctx_die == die) in GetDWARFDeclContextImpl()
514 die = parent_decl_ctx_die; in GetDWARFDeclContextImpl()
HDDWARFASTParserClang.cpp1595 DWARFDIE parent_decl_ctx_die = die.GetParentDeclContextDIE(); in GetUniqueTypeNameAndDeclaration() local
1597 while (parent_decl_ctx_die) { in GetUniqueTypeNameAndDeclaration()
1601 const dw_tag_t parent_tag = parent_decl_ctx_die.Tag(); in GetUniqueTypeNameAndDeclaration()
1604 if (const char *namespace_name = parent_decl_ctx_die.GetName()) { in GetUniqueTypeNameAndDeclaration()
1610 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE(); in GetUniqueTypeNameAndDeclaration()
1617 if (const char *class_union_struct_name = parent_decl_ctx_die.GetName()) { in GetUniqueTypeNameAndDeclaration()
1619 0, GetDIEClassTemplateParams(parent_decl_ctx_die)); in GetUniqueTypeNameAndDeclaration()
1623 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE(); in GetUniqueTypeNameAndDeclaration()
1628 parent_decl_ctx_die.Clear(); in GetUniqueTypeNameAndDeclaration()