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

Declarations

include/llvm/Support/raw_ostream.h
   91   static const Colors YELLOW = Colors::YELLOW;

References

lib/Support/WithColor.cpp
   27       OS.changeColor(raw_ostream::YELLOW);
tools/clang/include/clang/AST/ASTDumperUtils.h
   57 static const TerminalColor AddressColor = {llvm::raw_ostream::YELLOW, false};
   59 static const TerminalColor LocationColor = {llvm::raw_ostream::YELLOW, false};
tools/clang/lib/Analysis/CFG.cpp
 5566     OS.changeColor(raw_ostream::YELLOW, true);
tools/llvm-cov/CoverageReport.cpp
  117   return Info.getPercentCovered() >= 80.0 ? raw_ostream::YELLOW
tools/llvm-mca/Views/SchedulerStatistics.cpp
  154       FOS.changeColor(raw_ostream::YELLOW, true, false);
tools/llvm-mca/Views/TimelineView.cpp
  115     return raw_ostream::YELLOW;
tools/llvm-pdbutil/LinePrinter.cpp
  307     OS.changeColor(raw_ostream::YELLOW, /*bold=*/true);
  314     OS.changeColor(raw_ostream::YELLOW, false);