/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | WithColor.cpp | 28 OS.changeColor(raw_ostream::YELLOW); in WithColor() 31 OS.changeColor(raw_ostream::GREEN); in WithColor() 34 OS.changeColor(raw_ostream::BLUE); in WithColor() 37 OS.changeColor(raw_ostream::CYAN); in WithColor() 40 OS.changeColor(raw_ostream::MAGENTA); in WithColor() 43 OS.changeColor(raw_ostream::RED); in WithColor() 46 OS.changeColor(raw_ostream::RED, true); in WithColor() 49 OS.changeColor(raw_ostream::MAGENTA, true); in WithColor() 52 OS.changeColor(raw_ostream::BLACK, true); in WithColor() 55 OS.changeColor(raw_ostream::BLUE, true); in WithColor() [all …]
|
H A D | raw_ostream.cpp | 149 changeColor(C); in operator <<() 522 raw_ostream &raw_ostream::changeColor(enum Colors colors, bool bold, bool bg) { in changeColor() function in raw_ostream
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | LinePrinter.cpp | 304 OS.changeColor(raw_ostream::GREEN, false); in applyColor() 307 OS.changeColor(raw_ostream::YELLOW, /*bold=*/true); in applyColor() 310 OS.changeColor(raw_ostream::MAGENTA, true); in applyColor() 314 OS.changeColor(raw_ostream::YELLOW, false); in applyColor() 317 OS.changeColor(raw_ostream::CYAN, true); in applyColor() 320 OS.changeColor(raw_ostream::CYAN, false); in applyColor() 323 OS.changeColor(raw_ostream::CYAN, false); in applyColor() 327 OS.changeColor(raw_ostream::RED, true); in applyColor() 330 OS.changeColor(raw_ostream::GREEN, true); in applyColor()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
H A D | SchedulerStatistics.cpp | 113 OS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printSchedulerStats() 154 FOS.changeColor(raw_ostream::YELLOW, true, false); in printSchedulerUsage() 161 FOS.changeColor(raw_ostream::RED, true, false); in printSchedulerUsage()
|
H A D | BottleneckAnalysis.cpp | 291 FOS.changeColor(raw_ostream::CYAN, true, false); in printInstruction() 362 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printCriticalSequence() 367 FOS.changeColor(raw_ostream::MAGENTA, true, false); in printCriticalSequence() 376 FOS.changeColor(raw_ostream::MAGENTA, true, false); in printCriticalSequence() 380 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printCriticalSequence()
|
H A D | TimelineView.cpp | 131 OS.changeColor(Color, /* bold */ true, /* BG */ false); in tryChangeColor()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 55 OS.changeColor(templateColor, true); in applyTemplateHighlighting() 59 OS.changeColor(savedColor, true); in applyTemplateHighlighting() 703 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break; in printDiagnosticLevel() 704 case DiagnosticsEngine::Remark: OS.changeColor(remarkColor, true); break; in printDiagnosticLevel() 705 case DiagnosticsEngine::Warning: OS.changeColor(warningColor, true); break; in printDiagnosticLevel() 706 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break; in printDiagnosticLevel() 707 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break; in printDiagnosticLevel() 735 OS.changeColor(savedColor, true); in printDiagnosticMessage() 815 OS.changeColor(savedColor, true); in emitDiagnosticLoc() 1254 OS.changeColor(caretColor, true); in emitSnippetAndCaret() [all …]
|
H A D | ASTConsumers.cpp | 59 Out.changeColor(raw_ostream::BLUE); in TraverseDecl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | FormattedStream.h | 148 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor() function 149 TheStream->changeColor(Color, Bold, BG); in changeColor()
|
H A D | WithColor.h | 76 changeColor(Color, Bold, BG); in OS() 121 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
|
H A D | raw_ostream.h | 301 virtual raw_ostream &changeColor(enum Colors Color, bool Bold = false,
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | RenderingSupport.h | 54 OS.changeColor(Color, Bold, BG);
|
H A D | llvm-cov.cpp | 88 errs().changeColor(raw_ostream::RED); in main()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTDumperUtils.h | 94 OS.changeColor(Color.Color, Color.Bold); in ColorScope()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 669 COS.changeColor(raw_ostream::CYAN, true, true); in DumpAnnotatedInput() 682 COS.changeColor(raw_ostream::CYAN, true, true); in DumpAnnotatedInput()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CFG.cpp | 5622 OS.changeColor(raw_ostream::YELLOW, true); in print_block() 5697 OS.changeColor(raw_ostream::GREEN); in print_block() 5717 OS.changeColor(Color); in print_block() 5725 OS.changeColor(Color); in print_block() 5754 OS.changeColor(Color); in print_block() 5762 OS.changeColor(Color); in print_block()
|