Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp50 OS.changeColor(raw_ostream::YELLOW); in WithColor()
53 OS.changeColor(raw_ostream::GREEN); in WithColor()
56 OS.changeColor(raw_ostream::BLUE); in WithColor()
59 OS.changeColor(raw_ostream::CYAN); in WithColor()
62 OS.changeColor(raw_ostream::MAGENTA); in WithColor()
65 OS.changeColor(raw_ostream::RED); in WithColor()
68 OS.changeColor(raw_ostream::RED, true); in WithColor()
71 OS.changeColor(raw_ostream::MAGENTA, true); in WithColor()
74 OS.changeColor(raw_ostream::BLACK, true); in WithColor()
77 OS.changeColor(raw_ostream::BLUE, true); in WithColor()
[all …]
H A Draw_ostream.cpp156 changeColor(C); in operator <<()
522 raw_ostream &raw_ostream::changeColor(enum Colors colors, bool bold, bool bg) { in changeColor() function in raw_ostream
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp311 OS.changeColor(raw_ostream::GREEN, false); in applyColor()
314 OS.changeColor(raw_ostream::YELLOW, /*bold=*/true); in applyColor()
317 OS.changeColor(raw_ostream::MAGENTA, true); in applyColor()
321 OS.changeColor(raw_ostream::YELLOW, false); in applyColor()
324 OS.changeColor(raw_ostream::CYAN, true); in applyColor()
327 OS.changeColor(raw_ostream::CYAN, false); in applyColor()
330 OS.changeColor(raw_ostream::CYAN, false); in applyColor()
334 OS.changeColor(raw_ostream::RED, true); in applyColor()
337 OS.changeColor(raw_ostream::GREEN, true); in applyColor()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp112 OS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printSchedulerStats()
153 FOS.changeColor(raw_ostream::YELLOW, true, false); in printSchedulerUsage()
160 FOS.changeColor(raw_ostream::RED, true, false); in printSchedulerUsage()
H A DBottleneckAnalysis.cpp291 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 DTimelineView.cpp131 OS.changeColor(Color, /* bold */ true, /* BG */ false); in tryChangeColor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h182 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
185 raw_ostream::changeColor(Color, Bold, BG);
148 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { changeColor() function
H A DWithColor.h75 changeColor(Color, Bold, BG); in OS()
120 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
H A Draw_ostream.h334 virtual raw_ostream &changeColor(enum Colors Color, bool Bold = false,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp64 OS.changeColor(templateColor, true); in applyTemplateHighlighting()
68 OS.changeColor(savedColor, true); in applyTemplateHighlighting()
693 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break; in printDiagnosticLevel()
694 case DiagnosticsEngine::Remark: OS.changeColor(remarkColor, true); break; in printDiagnosticLevel()
695 case DiagnosticsEngine::Warning: OS.changeColor(warningColor, true); break; in printDiagnosticLevel()
696 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break; in printDiagnosticLevel()
697 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break; in printDiagnosticLevel()
725 OS.changeColor(savedColor, true); in printDiagnosticMessage()
803 OS.changeColor(savedColor, true); in emitDiagnosticLoc()
1427 OS.changeColor(caretColor, true); in emitSnippetAndCaret()
[all …]
H A DASTConsumers.cpp59 Out.changeColor(raw_ostream::BLUE); in TraverseDecl()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp408 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in trySGR()
424 OS.changeColor(*Color); in trySGR()
436 OS.changeColor(Color == raw_ostream::Colors::BLUE ? raw_ostream::Colors::CYAN in highlight()
445 OS.changeColor(raw_ostream::Colors::GREEN, Bold); in highlightValue()
454 OS.changeColor(*Color, Bold); in restoreColor()
458 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in restoreColor()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DRenderingSupport.h54 OS.changeColor(Color, Bold, BG);
H A Dllvm-cov.cpp87 errs().changeColor(raw_ostream::RED); in main()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h94 OS.changeColor(Color.Color, Color.Bold); in ColorScope()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5926 OS.changeColor(raw_ostream::YELLOW, true); in print_block()
6005 OS.changeColor(raw_ostream::GREEN); in print_block()
6025 OS.changeColor(Color); in print_block()
6033 OS.changeColor(Color); in print_block()
6062 OS.changeColor(Color); in print_block()
6070 OS.changeColor(Color); in print_block()