Lines Matching refs:get
47 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName(); in dumpClassParentWithScopeOperator()
77 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
80 WithColor(Printer, PDB_ColorItem::Identifier).get() in start()
87 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
89 WithColor(Printer, PDB_ColorItem::Identifier).get() in start()
98 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in start()
114 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
116 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start()
124 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start()
127 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
131 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncEnd, 10); in start()
134 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
138 WithColor(Printer, PDB_ColorItem::Comment).get() in start()
143 WithColor(Printer, PDB_ColorItem::Register).get() in start()
147 WithColor(Printer, PDB_ColorItem::Register).get() << "FPO"; in start()
152 WithColor(Printer, PDB_ColorItem::Keyword).get() << "virtual "; in start()
156 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in start()
175 WithColor(Printer, PDB_ColorItem::Keyword).get() in start()
178 WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName(); in start()
193 WithColor(Printer, PDB_ColorItem::Identifier).get() << " " in start()
203 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
205 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start()
215 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getLength(); in dump()
226 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
242 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
257 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump()
259 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump()
264 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict"; in dump()
269 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()