Searched refs:decl_ctx_die (Results 1 – 4 of 4) sorted by relevance
765 DWARFDIE decl_ctx_die = spec_die.GetParentDeclContextDIE(); in GetParentDeclContextDIE() local766 if (decl_ctx_die) in GetParentDeclContextDIE()767 return decl_ctx_die; in GetParentDeclContextDIE()772 DWARFDIE decl_ctx_die = abs_die.GetParentDeclContextDIE(); in GetParentDeclContextDIE() local773 if (decl_ctx_die) in GetParentDeclContextDIE()774 return decl_ctx_die; in GetParentDeclContextDIE()
920 DWARFDIE decl_ctx_die; in ParseSubroutine() local922 GetClangDeclContextContainingDIE(die, &decl_ctx_die); in ParseSubroutine()1011 Type *class_type = dwarf->ResolveType(decl_ctx_die); in ParseSubroutine()1014 if (class_type->GetID() != decl_ctx_die.GetID() || in ParseSubroutine()1015 IsClangModuleFwdDecl(decl_ctx_die)) { in ParseSubroutine()1026 CopyUniqueClassMethodTypes(decl_ctx_die, class_type_die, in ParseSubroutine()3469 DWARFDIE decl_ctx_die = dwarf->GetDeclContextDIEContainingDIE(die); in GetClangDeclContextContainingDIE() local3472 *decl_ctx_die_copy = decl_ctx_die; in GetClangDeclContextContainingDIE()3474 if (decl_ctx_die) { in GetClangDeclContextContainingDIE()3476 GetClangDeclContextForDIE(decl_ctx_die); in GetClangDeclContextContainingDIE()
1396 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(die); in ResolveTypeUID() local1397 if (decl_ctx_die) { in ResolveTypeUID()1399 switch (decl_ctx_die.Tag()) { in ResolveTypeUID()1410 decl_ctx_die.GetOffset()); in ResolveTypeUID()2608 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(spec_die); in GetDeclContextDIEContainingDIE() local2609 if (decl_ctx_die) in GetDeclContextDIEContainingDIE()2610 return decl_ctx_die; in GetDeclContextDIEContainingDIE()2615 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(abs_die); in GetDeclContextDIEContainingDIE() local2616 if (decl_ctx_die) in GetDeclContextDIEContainingDIE()2617 return decl_ctx_die; in GetDeclContextDIEContainingDIE()
145 DWARFDIE *decl_ctx_die);