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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
  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)) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
   33             if (pos->tag == DW_TAG_namespace)
   35             else if (pos->tag == DW_TAG_class_type)
   37             else if (pos->tag == DW_TAG_structure_type)
   39             else if (pos->tag == DW_TAG_union_type)
   68     if (pos->tag != rhs_pos->tag) {
   68     if (pos->tag != rhs_pos->tag) {
   71       if (pos->tag == DW_TAG_structure_type &&
   72           rhs_pos->tag == DW_TAG_class_type)
   74       if (pos->tag == DW_TAG_class_type &&
   75           rhs_pos->tag == DW_TAG_structure_type)
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
   38     explicit operator bool() const { return tag != 0; }
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
  202     if (entry.tag() == context[0].tag)
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 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),