Home
last modified time | relevance | path

Searched refs:changeColor (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DWithColor.cpp28 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 Draw_ostream.cpp786 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 DLinePrinter.cpp306 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 DSchedulerStatistics.cpp119 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 DTimelineView.cpp129 OS.changeColor(Color, /* bold */ true, /* BG */ false); in tryChangeColor()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DWithColor.h61 changeColor(Color, Bold, BG); in OS()
106 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
H A DFormattedStream.h125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor() function
126 TheStream->changeColor(Color, Bold, BG); in changeColor()
H A Draw_ostream.h257 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 DTextDiagnostic.cpp56 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 DASTConsumers.cpp58 Out.changeColor(raw_ostream::BLUE); in TraverseDecl()
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DRenderingSupport.h55 OS.changeColor(Color, Bold, BG);
H A Dllvm-cov.cpp89 errs().changeColor(raw_ostream::RED); in main()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTDumperUtils.h87 OS.changeColor(Color.Color, Color.Bold); in ColorScope()
/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DErrorHandler.cpp91 ErrorOS->changeColor(C, true); in print()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp5242 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()