| /freebsd-12.1/contrib/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 | 786 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, in changeColor() function in raw_fd_ostream
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | LinePrinter.cpp | 306 OS.changeColor(raw_ostream::GREEN, false); in applyColor() 309 OS.changeColor(raw_ostream::YELLOW, /*bold=*/true); in applyColor() 312 OS.changeColor(raw_ostream::MAGENTA, true); in applyColor() 316 OS.changeColor(raw_ostream::YELLOW, false); in applyColor() 319 OS.changeColor(raw_ostream::CYAN, true); in applyColor() 322 OS.changeColor(raw_ostream::CYAN, false); in applyColor() 325 OS.changeColor(raw_ostream::CYAN, false); in applyColor() 329 OS.changeColor(raw_ostream::RED, true); in applyColor() 332 OS.changeColor(raw_ostream::GREEN, true); in applyColor()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/ |
| H A D | SchedulerStatistics.cpp | 119 OS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printSchedulerStats() 159 FOS.changeColor(raw_ostream::YELLOW, true, false); in printSchedulerUsage() 166 FOS.changeColor(raw_ostream::RED, true, false); in printSchedulerUsage()
|
| H A D | TimelineView.cpp | 129 OS.changeColor(Color, /* bold */ true, /* BG */ false); in tryChangeColor()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | WithColor.h | 61 changeColor(Color, Bold, BG); in OS() 106 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
|
| H A D | FormattedStream.h | 125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor() function 126 TheStream->changeColor(Color, Bold, BG); in changeColor()
|
| H A D | raw_ostream.h | 257 virtual raw_ostream &changeColor(enum Colors Color, 436 raw_ostream &changeColor(enum Colors colors, bool bold=false,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 56 OS.changeColor(templateColor, true); in applyTemplateHighlighting() 60 OS.changeColor(savedColor, true); in applyTemplateHighlighting() 706 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break; in printDiagnosticLevel() 707 case DiagnosticsEngine::Remark: OS.changeColor(remarkColor, true); break; in printDiagnosticLevel() 708 case DiagnosticsEngine::Warning: OS.changeColor(warningColor, true); break; in printDiagnosticLevel() 709 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break; in printDiagnosticLevel() 710 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break; in printDiagnosticLevel() 747 OS.changeColor(savedColor, true); in printDiagnosticMessage() 809 OS.changeColor(savedColor, true); in emitDiagnosticLoc() 1245 OS.changeColor(caretColor, true); in emitSnippetAndCaret() [all …]
|
| H A D | ASTConsumers.cpp | 58 Out.changeColor(raw_ostream::BLUE); in TraverseDecl()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | RenderingSupport.h | 55 OS.changeColor(Color, Bold, BG);
|
| H A D | llvm-cov.cpp | 89 errs().changeColor(raw_ostream::RED); in main()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTDumperUtils.h | 87 OS.changeColor(Color.Color, Color.Bold); in ColorScope()
|
| /freebsd-12.1/contrib/llvm/tools/lld/Common/ |
| H A D | ErrorHandler.cpp | 91 ErrorOS->changeColor(C, true); in print()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CFG.cpp | 5242 OS.changeColor(raw_ostream::YELLOW, true); in print_block() 5317 OS.changeColor(raw_ostream::GREEN); in print_block() 5337 OS.changeColor(Color); in print_block() 5345 OS.changeColor(Color); in print_block() 5374 OS.changeColor(Color); in print_block() 5382 OS.changeColor(Color); in print_block()
|