Lines Matching refs:WithColor
53 WithColor(Printer, PDB_ColorItem::Path).get() << FullName; in start()
61 WithColor(Printer, PDB_ColorItem::Path).get() << File->getFileName(); in start()
65 WithColor(Printer, PDB_ColorItem::Comment).get() in start()
83 WithColor(Printer, StatementColor).get() << LineStart; in start()
85 WithColor(Printer, StatementColor).get() << " - " << LineEnd; in start()
91 WithColor(Printer, StatementColor).get() << ColumnStart; in start()
93 WithColor(Printer, StatementColor).get() << " - " << ColumnEnd; in start()
100 WithColor(Printer, PDB_ColorItem::Address).get() in start()
106 WithColor(Printer, PDB_ColorItem::Address).get() in start()
138 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
141 WithColor(Printer, PDB_ColorItem::Comment).get() in dump()
147 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in dump()
149 WithColor(Printer, PDB_ColorItem::Comment).get() in dump()
157 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in dump()
179 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
181 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in dump()
196 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(VA, 10); in dump()
198 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Target, 10); in dump()
200 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
205 WithColor(Printer, PDB_ColorItem::Register).get() << Ordinal; in dump()
209 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in dump()
226 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in dump()