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

Declarations

include/llvm/Support/raw_ostream.h
   90   static const Colors GREEN = Colors::GREEN;

References

lib/Support/SourceMgr.cpp
  457     WithColor S(OS, raw_ostream::GREEN, true, false, !ShowColors);
lib/Support/WithColor.cpp
   30       OS.changeColor(raw_ostream::GREEN);
tools/clang/include/clang/AST/ASTDumperUtils.h
   45 static const TerminalColor DeclKindNameColor = {llvm::raw_ostream::GREEN, true};
   54 static const TerminalColor TypeColor = {llvm::raw_ostream::GREEN, false};
   70 static const TerminalColor UndeserializedColor = {llvm::raw_ostream::GREEN,
tools/clang/lib/Analysis/CFG.cpp
 5641       OS.changeColor(raw_ostream::GREEN);
tools/clang/lib/Frontend/TextDiagnostic.cpp
   31   raw_ostream::GREEN;
   33   raw_ostream::GREEN;
tools/llvm-cov/CoverageReport.cpp
  116     return raw_ostream::GREEN;
tools/llvm-pdbutil/LinePrinter.cpp
  304     OS.changeColor(raw_ostream::GREEN, false);
  330     OS.changeColor(raw_ostream::GREEN, true);
utils/FileCheck/FileCheck.cpp
  161     return MarkerStyle('^', raw_ostream::GREEN);
  170     return MarkerStyle('X', raw_ostream::GREEN);
  224   WithColor(OS, raw_ostream::GREEN, true) << "success";