reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-pdbutil/LinePrinter.cpp
  309   case PDB_ColorItem::Keyword:
tools/llvm-pdbutil/PrettyBuiltinDumper.cpp
   22     WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
   24     WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
tools/llvm-pdbutil/PrettyClassDefinitionDumper.cpp
   54     WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
   56     WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
   58     WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned ";
   60   WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " ";
   75       WithColor(Printer, PDB_ColorItem::Keyword).get() << Base.getAccess();
   77         WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual";
tools/llvm-pdbutil/PrettyCompilandDumper.cpp
   82             ? PDB_ColorItem::Keyword
tools/llvm-pdbutil/PrettyEnumDumper.cpp
   27       WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
   29       WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
   31       WithColor(Printer, PDB_ColorItem::Keyword).get() << "unaligned ";
   32     WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
   37   WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
tools/llvm-pdbutil/PrettyFunctionDumper.cpp
   74       WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
   84       WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
  111     WithColor(Printer, PDB_ColorItem::Keyword).get() << " const";
  113     WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile";
  149     WithColor(Printer, PDB_ColorItem::Keyword).get() << "virtual ";
  172     WithColor(Printer, PDB_ColorItem::Keyword).get()
  200     WithColor(Printer, PDB_ColorItem::Keyword).get() << " const";
  202     WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile";
  254       WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
  256       WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
  261       WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict";
tools/llvm-pdbutil/PrettyTypeDumper.cpp
  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() << " ";
  352     WithColor(Printer, PDB_ColorItem::Keyword).get()
tools/llvm-pdbutil/PrettyTypedefDumper.cpp
   30   WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef ";
   49   WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum ";
   55     WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
   57     WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
   71     WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict";
   80   WithColor(Printer, PDB_ColorItem::Keyword).get() << "class ";
tools/llvm-pdbutil/PrettyVariableDumper.cpp
   54     WithColor(Printer, PDB_ColorItem::Keyword).get() << "static ";
  168     WithColor(Printer, PDB_ColorItem::Keyword).get() << " const";
  170     WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile";
  173     WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict";
  185     WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
  191     WithColor(Printer, PDB_ColorItem::Keyword).get() << " const ";
  193     WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile ";
  196     WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict ";
  212   WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef ";
tools/llvm-pdbutil/llvm-pdbutil.cpp
  954     WithColor(Printer, PDB_ColorItem::Keyword).get() << "obj";
  958     WithColor(Printer, PDB_ColorItem::Keyword).get() << "vname";
  962     WithColor(Printer, PDB_ColorItem::Keyword).get() << "crc";
  966     WithColor(Printer, PDB_ColorItem::Keyword).get() << "compression";