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

References

tools/llvm-pdbutil/PrettyTypeDumper.cpp
  183       WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
  185       WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
  187       WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned ";
  189   WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " ";
  190   WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName();