HomeSort by relevance Sort by last modified time
    Searched defs:WithColor (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/DebugInfo/DWARF/
SyntaxHighlighting.cpp 21 WithColor::WithColor(llvm::raw_ostream &OS, enum HighlightColor Type) : OS(OS) {
35 WithColor::~WithColor() {
SyntaxHighlighting.h 24 class WithColor {
28 /// To be used like this: WithColor(OS, syntax::String) << "text";
29 WithColor(llvm::raw_ostream &OS, enum HighlightColor Type);
30 ~WithColor();
  /external/llvm/tools/llvm-pdbdump/
LinePrinter.cpp 83 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) : OS(P.OS) {
87 WithColor::~WithColor() { OS.resetColor(); }
89 void WithColor::applyColor(PDB_ColorItem C) {
LinePrinter.h 23 friend class WithColor;
79 class WithColor {
81 WithColor(LinePrinter &P, PDB_ColorItem C);
82 ~WithColor();

Completed in 402 milliseconds