Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp155 changeColor(C); in operator <<()
527 raw_ostream &raw_ostream::changeColor(enum Colors colors, bool bold, bool bg) { in changeColor() function in raw_ostream
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp113 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 DBottleneckAnalysis.cpp290 FOS.changeColor(raw_ostream::CYAN, true, false); in printInstruction()
361 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printCriticalSequence()
366 FOS.changeColor(raw_ostream::MAGENTA, true, false); in printCriticalSequence()
375 FOS.changeColor(raw_ostream::MAGENTA, true, false); in printCriticalSequence()
379 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printCriticalSequence()
H A DTimelineView.cpp131 OS.changeColor(Color, /* bold */ true, /* BG */ false); in tryChangeColor()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFormattedStream.h148 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor() function
149 TheStream->changeColor(Color, Bold, BG); in changeColor()
H A DWithColor.h75 changeColor(Color, Bold, BG); in OS()
120 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
H A Draw_ostream.h321 virtual raw_ostream &changeColor(enum Colors Color, bool Bold = false,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DTextDiagnostic.cpp56 OS.changeColor(templateColor, true); in applyTemplateHighlighting()
60 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()
814 OS.changeColor(savedColor, true); in emitDiagnosticLoc()
1256 OS.changeColor(caretColor, true); in emitSnippetAndCaret()
[all …]
H A DASTConsumers.cpp59 Out.changeColor(raw_ostream::BLUE); in TraverseDecl()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp411 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in trySGR()
427 OS.changeColor(*Color); in trySGR()
439 OS.changeColor(Color == raw_ostream::Colors::BLUE ? raw_ostream::Colors::CYAN in highlight()
448 OS.changeColor(raw_ostream::Colors::GREEN, Bold); in highlightValue()
457 OS.changeColor(*Color, Bold); in restoreColor()
461 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in restoreColor()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTDumperUtils.h94 OS.changeColor(Color.Color, Color.Bold); in ColorScope()
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp672 COS.changeColor(raw_ostream::CYAN, true, true); in DumpAnnotatedInput()
685 COS.changeColor(raw_ostream::CYAN, true, true); in DumpAnnotatedInput()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5914 OS.changeColor(raw_ostream::YELLOW, true); in print_block()
5993 OS.changeColor(raw_ostream::GREEN); in print_block()
6013 OS.changeColor(Color); in print_block()
6021 OS.changeColor(Color); in print_block()
6050 OS.changeColor(Color); in print_block()
6058 OS.changeColor(Color); in print_block()