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

Declarations

include/llvm/Support/raw_ostream.h
   93   static const Colors MAGENTA = Colors::MAGENTA;

References

lib/Support/WithColor.cpp
   39       OS.changeColor(raw_ostream::MAGENTA);
   48       OS.changeColor(raw_ostream::MAGENTA, true);
tools/clang/include/clang/AST/ASTDumperUtils.h
   49 static const TerminalColor StmtColor = {llvm::raw_ostream::MAGENTA, true};
tools/clang/lib/Analysis/CFG.cpp
 5696       const raw_ostream::Colors Color = raw_ostream::MAGENTA;
tools/clang/lib/Frontend/TextDiagnostic.cpp
   35   raw_ostream::MAGENTA;
tools/llvm-cov/SourceCoverageViewText.cpp
  155   colored_ostream(OS, raw_ostream::MAGENTA,
tools/llvm-mca/Views/BottleneckAnalysis.cpp
  375         FOS.changeColor(raw_ostream::MAGENTA, true, false);
  384         FOS.changeColor(raw_ostream::MAGENTA, true, false);
tools/llvm-mca/Views/TimelineView.cpp
  110     return raw_ostream::MAGENTA;
tools/llvm-pdbutil/LinePrinter.cpp
  310     OS.changeColor(raw_ostream::MAGENTA, true);
utils/FileCheck/FileCheck.cpp
  174     return MarkerStyle('?', raw_ostream::MAGENTA, "possible intended match");
  228   WithColor(OS, raw_ostream::MAGENTA, true) << "fuzzy match";