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) {
34 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 73 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) : OS(P.OS) {
84 WithColor::~WithColor() { OS.resetColor(); }
86 void WithColor::translateColor(PDB_ColorItem C, raw_ostream::Colors &Color,
LinePrinter.h 23 friend class WithColor;
75 class WithColor {
77 WithColor(LinePrinter &P, PDB_ColorItem C);
78 ~WithColor();

Completed in 307 milliseconds