|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
include/llvm/Support/FormattedStream.h 124 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
lib/Support/raw_ostream.cpp 804 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold,
References
include/llvm/Support/FormattedStream.h 125 TheStream->changeColor(Color, Bold, BG);
lib/Support/WithColor.cpp 27 OS.changeColor(raw_ostream::YELLOW);
30 OS.changeColor(raw_ostream::GREEN);
33 OS.changeColor(raw_ostream::BLUE);
36 OS.changeColor(raw_ostream::CYAN);
39 OS.changeColor(raw_ostream::MAGENTA);
42 OS.changeColor(raw_ostream::RED);
45 OS.changeColor(raw_ostream::RED, true);
48 OS.changeColor(raw_ostream::MAGENTA, true);
51 OS.changeColor(raw_ostream::BLACK, true);
54 OS.changeColor(raw_ostream::BLUE, true);
110 OS.changeColor(Color, Bold, BG);
lib/Support/raw_ostream.cpp 151 changeColor(C);
tools/clang/include/clang/AST/ASTDumperUtils.h 92 OS.changeColor(Color.Color, Color.Bold);
tools/clang/lib/Analysis/CFG.cpp 5566 OS.changeColor(raw_ostream::YELLOW, true);
5641 OS.changeColor(raw_ostream::GREEN);
5661 OS.changeColor(Color);
5669 OS.changeColor(Color);
5698 OS.changeColor(Color);
5706 OS.changeColor(Color);
tools/clang/lib/Frontend/ASTConsumers.cpp 59 Out.changeColor(raw_ostream::BLUE);
tools/clang/lib/Frontend/TextDiagnostic.cpp 55 OS.changeColor(templateColor, true);
59 OS.changeColor(savedColor, true);
705 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break;
706 case DiagnosticsEngine::Remark: OS.changeColor(remarkColor, true); break;
707 case DiagnosticsEngine::Warning: OS.changeColor(warningColor, true); break;
708 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break;
709 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break;
746 OS.changeColor(savedColor, true);
827 OS.changeColor(savedColor, true);
1263 OS.changeColor(caretColor, true);
1272 OS.changeColor(fixitColor, false);
tools/llvm-cov/RenderingSupport.h 54 OS.changeColor(Color, Bold, BG);
tools/llvm-cov/llvm-cov.cpp 88 errs().changeColor(raw_ostream::RED);
tools/llvm-mca/Views/SchedulerStatistics.cpp 113 OS.changeColor(raw_ostream::SAVEDCOLOR, true, false);
tools/llvm-mca/Views/TimelineView.cpp 129 OS.changeColor(Color, /* bold */ true, /* BG */ false);
tools/llvm-pdbutil/LinePrinter.cpp 304 OS.changeColor(raw_ostream::GREEN, false);
307 OS.changeColor(raw_ostream::YELLOW, /*bold=*/true);
310 OS.changeColor(raw_ostream::MAGENTA, true);
314 OS.changeColor(raw_ostream::YELLOW, false);
317 OS.changeColor(raw_ostream::CYAN, true);
320 OS.changeColor(raw_ostream::CYAN, false);
323 OS.changeColor(raw_ostream::CYAN, false);
327 OS.changeColor(raw_ostream::RED, true);
330 OS.changeColor(raw_ostream::GREEN, true);