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

References

lib/DebugInfo/PDB/UDTLayout.cpp
  131     : UDTLayoutBase(nullptr, UDT, UDT.getName(), 0, UDT.getLength(), false),
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  398     std::string name = MSVCUndecoratedNameParser::DropScope(udt->getName());
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1492         type_name = class_type->getName();
tools/llvm-pdbutil/PrettyClassDefinitionDumper.cpp
   61   WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName();
tools/llvm-pdbutil/PrettyFunctionDumper.cpp
   44   WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName();
   78           << ClassParent->getName();
   87           << ClassParent->getName();
  266   WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();
tools/llvm-pdbutil/PrettyTypeDumper.cpp
  115     if (Printer.IsTypeExcluded(Class->getName(), Class->getLength())) {
  190   WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName();
  251           if (Printer.IsTypeExcluded(Class->getName(), Class->getLength()))
  333       Printer << " " << UDT->getName() << "::";
tools/llvm-pdbutil/PrettyTypedefDumper.cpp
   81   WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();
tools/llvm-pdbutil/PrettyVariableDumper.cpp
  150       << ClassParent->getName();
  217   WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();