reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
  114   const ConstString type_name(context[0].name);
  115   const dw_tag_t tag = context[0].tag;
  134         (context[1].tag == DW_TAG_class_type ||
  135          context[1].tag == DW_TAG_structure_type)) {
  137       m_apple_types_up->FindByName(context[1].name, class_matches);
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
  201        m_debug_names_up->equal_range(context[0].name)) {
  202     if (entry.tag() == context[0].tag)
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  388   m_set.types.Find(ConstString(context[0].name), offsets);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 2840     const ConstString type_name(dwarf_decl_ctx[0].name);
 2841     const dw_tag_t tag = dwarf_decl_ctx[0].tag;
 2851             DW_TAG_value_to_name(dwarf_decl_ctx[0].tag),
 2928                     DW_TAG_value_to_name(dwarf_decl_ctx[0].tag),
 2950                     DW_TAG_value_to_name(dwarf_decl_ctx[0].tag),