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

References

tools/llvm-pdbutil/PrettyTypedefDumper.cpp
   30   WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef ";
   34   WithColor(Printer, PDB_ColorItem::Identifier).get() << " "
   39   TypeDumper Dumper(Printer);
   44   BuiltinDumper Dumper(Printer);
   49   WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
   50   WithColor(Printer, PDB_ColorItem::Type).get() << " " << Symbol.getName();
   55     WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
   57     WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
   63     FunctionDumper NestedDumper(Printer);
   67     Printer << ((Symbol.isReference()) ? "&" : "*");
   71     WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict";
   75   FunctionDumper Dumper(Printer);
   80   WithColor(Printer, PDB_ColorItem::Keyword).get() << "class ";
   81   WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName();