Lines Matching refs:dwarf_decl_ctx
2853 const DWARFDeclContext &dwarf_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext() argument
2856 const uint32_t dwarf_decl_ctx_count = dwarf_decl_ctx.GetSize(); in FindDefinitionTypeForDWARFDeclContext()
2858 const ConstString type_name(dwarf_decl_ctx[0].name); in FindDefinitionTypeForDWARFDeclContext()
2859 const dw_tag_t tag = dwarf_decl_ctx[0].tag; in FindDefinitionTypeForDWARFDeclContext()
2868 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()
2869 dwarf_decl_ctx.GetQualifiedName()); in FindDefinitionTypeForDWARFDeclContext()
2875 const LanguageType language = dwarf_decl_ctx.GetLanguage(); in FindDefinitionTypeForDWARFDeclContext()
2888 m_index->GetTypes(dwarf_decl_ctx, [&](DWARFDIE type_die) { in FindDefinitionTypeForDWARFDeclContext()
2935 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()
2936 dwarf_decl_ctx.GetQualifiedName(), type_die.GetOffset(), in FindDefinitionTypeForDWARFDeclContext()
2950 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()
2951 dwarf_decl_ctx.GetQualifiedName(), type_die.GetOffset(), in FindDefinitionTypeForDWARFDeclContext()
2956 if (dwarf_decl_ctx != type_dwarf_decl_ctx) in FindDefinitionTypeForDWARFDeclContext()
4071 DWARFDeclContext dwarf_decl_ctx = in GetDWARFDeclContext() local
4073 dwarf_decl_ctx.SetLanguage(GetLanguage(*die.GetCU())); in GetDWARFDeclContext()
4074 return dwarf_decl_ctx; in GetDWARFDeclContext()