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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  971     storage.clear();
  979           storage.insert(0, "::");
  980           storage.insert(0, namespace_name);
  982           storage.insert(0, "(anonymous namespace)::");
  993           storage.insert(0, "::");
  994           storage.insert(0, class_union_struct_name);
 1005     if (storage.empty())
 1006       storage.append("::");
 1008     storage.append(name);
 1010   if (storage.empty())
 1012   return storage.c_str();