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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  316       name.SetCString(form_value.AsCString());
  478       if (attrs.name == "nullptr_t" || attrs.name == "decltype(nullptr)") {
  478       if (attrs.name == "nullptr_t" || attrs.name == "decltype(nullptr)") {
  490           attrs.name.GetCString(), attrs.encoding,
  558         if (attrs.name) {
  563           if (attrs.name == g_objc_type_name_id) {
  575           } else if (attrs.name == g_objc_type_name_Class) {
  586           } else if (attrs.name == g_objc_type_name_selector) {
  627         die.GetID(), dwarf, attrs.name, attrs.byte_size, nullptr,
  672               DW_TAG_value_to_name(tag), attrs.name.GetCString(),
  712           attrs.name.GetCString(),
  724         die.GetID(), dwarf, attrs.name, attrs.byte_size, nullptr,
  741           die.GetOffset(), attrs.name.GetCString());
  824     if (attrs.name) {
  827         ObjCLanguage::MethodName objc_method(attrs.name.GetStringRef(), true);
  853                     class_opaque_type, attrs.name.GetCString(), clang_type,
  969                               attrs.name.GetStringRef()) {
  990                           attrs.name.GetCString(),
 1007                               attrs.name.GetCString(), attrs.mangled_name,
 1101               attrs.name.GetCString(), clang_type, attrs.storage,
 1110                 attrs.name.GetCString(), clang_type, attrs.storage,
 1115                     attrs.name.GetCString(), template_param_infos);
 1152         die.GetID(), dwarf, attrs.name, llvm::None, nullptr, LLDB_INVALID_UID,
 1256           die.GetID(), dwarf, attrs.name, *clang_type_size, nullptr,
 1328   ConstString unique_typename(attrs.name);
 1331   if (attrs.name) {
 1371   if (attrs.byte_size && *attrs.byte_size == 0 && attrs.name &&
 1396           dwarf->FindCompleteObjCDefinitionTypeForDIE(die, attrs.name, true);
 1405               die, attrs.name, true);
 1416               DW_TAG_value_to_name(tag), attrs.name.GetCString(),
 1441           attrs.name.GetCString());
 1474             DW_TAG_value_to_name(tag), attrs.name.GetCString(),
 1502                                 attrs.name.GetCString());
 1516     if (attrs.name.GetStringRef().contains('<')) {
 1521                                          attrs.name.GetCString(), tag_decl_kind,
 1530                 DW_TAG_value_to_name(tag), attrs.name.GetCString());
 1551           decl_ctx, attrs.accessibility, attrs.name.GetCString(), tag_decl_kind,
 1560   type_sp = std::make_shared<Type>(die.GetID(), dwarf, attrs.name,
 1618             die.GetOffset(), attrs.name.GetCString());