|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Support/raw_ostream.h 94 static const Colors CYAN = Colors::CYAN;
References
lib/Support/WithColor.cpp 36 OS.changeColor(raw_ostream::CYAN);
tools/clang/include/clang/AST/ASTDumperUtils.h 62 static const TerminalColor ValueKindColor = {llvm::raw_ostream::CYAN, false};
64 static const TerminalColor ObjectKindColor = {llvm::raw_ostream::CYAN, false};
77 static const TerminalColor ValueColor = {llvm::raw_ostream::CYAN, true};
79 static const TerminalColor DeclNameColor = {llvm::raw_ostream::CYAN, true};
tools/clang/lib/Frontend/TextDiagnostic.cpp 37 raw_ostream::CYAN;
tools/llvm-cov/SourceCoverageViewText.cpp 42 Opts.colored_ostream(OSRef, raw_ostream::CYAN) << "\n"
72 getOptions().colored_ostream(OS, raw_ostream::CYAN) << getSourceName()
127 Highlight = raw_ostream::CYAN;
240 getOptions().colored_ostream(OS, raw_ostream::CYAN)
243 getOptions().colored_ostream(OS, raw_ostream::CYAN) << Title << "\n";
246 getOptions().colored_ostream(OS, raw_ostream::CYAN)
tools/llvm-mca/Views/BottleneckAnalysis.cpp 300 FOS.changeColor(raw_ostream::CYAN, true, false);
tools/llvm-pdbutil/LinePrinter.cpp 317 OS.changeColor(raw_ostream::CYAN, true);
320 OS.changeColor(raw_ostream::CYAN, false);
323 OS.changeColor(raw_ostream::CYAN, false);
utils/FileCheck/FileCheck.cpp 167 return MarkerStyle('!', raw_ostream::CYAN,
230 WithColor(OS, raw_ostream::CYAN, true, false) << "discarded match";
232 WithColor(OS, raw_ostream::CYAN, true, true) << "unmatched input";
455 COS.changeColor(raw_ostream::CYAN, true, true);
468 COS.changeColor(raw_ostream::CYAN, true, true);