Lines Matching refs:Printer

28     : PDBSymDumper(true), Printer(P) {}  in ClassDefinitionDumper()
41 PrettyClassLayoutGraphicalDumper Dumper(Printer, 1, 0); in start()
49 Printer.NewLine(); in prettyPrintClassIntro()
55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in prettyPrintClassIntro()
57 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in prettyPrintClassIntro()
59 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; in prettyPrintClassIntro()
61 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in prettyPrintClassIntro()
62 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName(); in prettyPrintClassIntro()
63 WithColor(Printer, PDB_ColorItem::Comment).get() << " [sizeof = " << Size in prettyPrintClassIntro()
67 Printer.Indent(); in prettyPrintClassIntro()
74 Printer.NewLine(); in prettyPrintClassIntro()
75 Printer << NextSeparator << " "; in prettyPrintClassIntro()
76 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base.getAccess(); in prettyPrintClassIntro()
78 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual"; in prettyPrintClassIntro()
80 WithColor(Printer, PDB_ColorItem::Type).get() << " " << Base.getName(); in prettyPrintClassIntro()
84 Printer.Unindent(); in prettyPrintClassIntro()
87 Printer << " {"; in prettyPrintClassIntro()
88 Printer.Indent(); in prettyPrintClassIntro()
92 Printer.Unindent(); in prettyPrintClassOutro()
94 Printer.NewLine(); in prettyPrintClassOutro()
95 Printer << "}"; in prettyPrintClassOutro()
96 Printer.NewLine(); in prettyPrintClassOutro()
102 WithColor(Printer, PDB_ColorItem::Padding).get() in prettyPrintClassOutro()
105 Printer.NewLine(); in prettyPrintClassOutro()
110 WithColor(Printer, PDB_ColorItem::Padding).get() in prettyPrintClassOutro()
113 Printer.NewLine(); in prettyPrintClassOutro()