Searched defs:WithColor (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
H A DSyntaxHighlighting.cpp21 WithColor::WithColor(llvm::raw_ostream &OS, enum HighlightColor Type) : OS(OS) { function in class:WithColor
35 WithColor::~WithColor() {
H A DSyntaxHighlighting.h24 class WithColor { class in namespace:llvm::dwarf::syntax
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/
H A DLinePrinter.cpp86 WithColor::WithColor(LinePrinter &P, PDB_ColorItem C) : OS(P.OS) { function in class:WithColor
90 WithColor::~WithColor() { OS.resetColor(); }
92 void WithColor::applyColor(PDB_ColorItem C) {
H A DLinePrinter.h24 friend class WithColor;
80 class WithColor { class in namespace:llvm::pdb
82 WithColor(LinePrinter &P, PDB_ColorItem C);
83 ~WithColor();

Completed in 293 milliseconds