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

References

tools/llvm-pdbutil/PrettyEnumDumper.cpp
   27       WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
   29       WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
   31       WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned ";
   32     WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
   33     WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();
   37   WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
   38   WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();
   45       Printer << " : ";
   46       BuiltinDumper Dumper(Printer);
   50     Printer << " {";
   51     Printer.Indent();
   56         Printer.NewLine();
   57         WithColor(Printer, PDB_ColorItem::Identifier).get()
   59         Printer << " = ";
   60         WithColor(Printer, PDB_ColorItem::LiteralValue).get()
   64     Printer.Unindent();
   65     Printer.NewLine();
   66     Printer << "}";