Lines Matching refs:get
53 WithColor(Printer, PDB_ColorItem::Address).get() in start()
56 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start()
66 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue(); in start()
71 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
79 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
84 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength(); in start()
90 WithColor(Printer, PDB_ColorItem::Identifier).get() << Var.getName(); in start()
99 WithColor(Printer, PDB_ColorItem::Offset).get() in startVbptr()
109 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
137 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
151 WithColor(Printer, PDB_ColorItem::Identifier).get() in dump()
170 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in dumpRight()
172 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in dumpRight()
175 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict"; in dumpRight()
187 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in dump()
193 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const "; in dump()
195 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile "; in dump()
198 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict "; in dump()
214 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in dump()
215 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
219 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
225 WithColor(Printer, PDB_ColorItem::Identifier).get() << " " << Name; in dumpSymbolTypeAndName()