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

Declarations

include/llvm/Support/raw_ostream.h
   92   static const Colors BLUE = Colors::BLUE;

References

lib/Support/WithColor.cpp
   33       OS.changeColor(raw_ostream::BLUE);
   54       OS.changeColor(raw_ostream::BLUE, true);
tools/clang/include/clang/AST/ASTDumperUtils.h
   47 static const TerminalColor AttrColor = {llvm::raw_ostream::BLUE, true};
   51 static const TerminalColor CommentColor = {llvm::raw_ostream::BLUE, false};
   67 static const TerminalColor NullColor = {llvm::raw_ostream::BLUE, false};
   82 static const TerminalColor IndentColor = {llvm::raw_ostream::BLUE, false};
tools/clang/lib/Analysis/CFG.cpp
 5659       const raw_ostream::Colors Color = raw_ostream::BLUE;
tools/clang/lib/Frontend/ASTConsumers.cpp
   59           Out.changeColor(raw_ostream::BLUE);
tools/clang/lib/Frontend/TextDiagnostic.cpp
   29   raw_ostream::BLUE;