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

Declarations

include/llvm/Support/raw_ostream.h
   89   static const Colors RED = Colors::RED;

References

lib/Support/WithColor.cpp
   42       OS.changeColor(raw_ostream::RED);
   45       OS.changeColor(raw_ostream::RED, true);
tools/clang/include/clang/AST/ASTDumperUtils.h
   74 static const TerminalColor CastColor = {llvm::raw_ostream::RED, false};
tools/clang/lib/Frontend/TextDiagnostic.cpp
   38 static const enum raw_ostream::Colors errorColor = raw_ostream::RED;
   39 static const enum raw_ostream::Colors fatalColor = raw_ostream::RED;
tools/llvm-cov/CodeCoverage.cpp
  176   ViewOpts.colored_ostream(errs(), raw_ostream::RED)
  182   ViewOpts.colored_ostream(errs(), raw_ostream::RED)
tools/llvm-cov/CoverageReport.cpp
  118                                           : raw_ostream::RED;
tools/llvm-cov/SourceCoverageViewText.cpp
  110     Highlight = raw_ostream::RED;
  123     if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) &&
  125       Highlight = raw_ostream::RED;
  231     getOptions().colored_ostream(OS, raw_ostream::RED)
tools/llvm-cov/llvm-cov.cpp
   88       errs().changeColor(raw_ostream::RED);
tools/llvm-mca/Views/SchedulerStatistics.cpp
  161       FOS.changeColor(raw_ostream::RED, true, false);
tools/llvm-mca/Views/TimelineView.cpp
  113     return raw_ostream::RED;
tools/llvm-pdbutil/LinePrinter.cpp
  327     OS.changeColor(raw_ostream::RED, true);
utils/FileCheck/FileCheck.cpp
  163     return MarkerStyle('!', raw_ostream::RED, "error: no match expected");
  165     return MarkerStyle('!', raw_ostream::RED, "error: match on wrong line");
  172     return MarkerStyle('X', raw_ostream::RED, "error: no match found");
  226   WithColor(OS, raw_ostream::RED, true) << "error";