reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
114 const ConstString type_name(context[0].name); 115 const dw_tag_t tag = context[0].tag; 117 const char *qualified_name = context.GetQualifiedName(); 133 if (!has_qualified_name_hash && (context.GetSize() > 1) && 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);