reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
183 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; 185 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; 187 WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned "; 189 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; 190 WithColor(Printer, PDB_ColorItem::Type).get() << Class.getName();