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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1360   if (tag == DW_TAG_structure_type) {
 1363   } else if (tag == DW_TAG_union_type) {
 1366   } else if (tag == DW_TAG_class_type) {
 1416               DW_TAG_value_to_name(tag), attrs.name.GetCString(),
 1440           static_cast<void *>(this), die.GetOffset(), DW_TAG_value_to_name(tag),
 1474             DW_TAG_value_to_name(tag), attrs.name.GetCString(),
 1530                 DW_TAG_value_to_name(tag), attrs.name.GetCString());
 1621       if (tag == DW_TAG_structure_type) // this only applies in C