| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 105 Optional<raw_ostream::Colors> Highlight; in renderLine() local 111 Highlight = raw_ostream::RED; in renderLine() 117 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() 118 getOptions().Colors && Highlight, /*Bold=*/false, in renderLine() 121 if (getOptions().Debug && Highlight) in renderLine() 124 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine() 126 Highlight = raw_ostream::RED; in renderLine() 128 Highlight = raw_ostream::CYAN; in renderLine() 130 Highlight = None; in renderLine() 134 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() [all …]
|
| H A D | SourceCoverageViewHTML.cpp | 538 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() local 552 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size()); in renderLine() 565 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col, in renderLine() 570 Snippets.back() = Highlight(Snippets.back(), 1, 1 + Snippets.back().size()); in renderLine()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Highlighter.cpp | 28 void DefaultHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in DefaultHighlighter 73 std::string Highlighter::Highlight(const HighlightStyle &options, in Highlight() function in Highlighter 78 Highlight(options, line, cursor_pos, previous_lines, s); in Highlight()
|
| H A D | SourceManager.cpp | 595 h.Highlight(style, ref, column, "", *s); in DisplaySourceLines()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Highlighter.h | 114 virtual void Highlight(const HighlightStyle &options, llvm::StringRef line, 119 std::string Highlight(const HighlightStyle &options, llvm::StringRef line, 130 void Highlight(const HighlightStyle &options, llvm::StringRef line,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.h | 26 void Highlight(const HighlightStyle &options, llvm::StringRef line,
|
| H A D | ClangHighlighter.cpp | 132 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in ClangHighlighter
|
| /freebsd-13.1/contrib/less/ |
| H A D | less.hlp | 52 ^K Highlight matches, but don't move (KEEP position). 143 Highlight only last match for searches. 191 Highlight first new line after forward-screen. 193 Highlight first new line after any forward movement.
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 110 const char *Highlight() const { return Green(); } in Highlight() function in __anonea4357ec0111::Decorator 289 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
|
| /freebsd-13.1/contrib/ncurses/misc/ |
| H A D | emx.src | 97 # Highlight controls corresponding to the ANSI.SYS standard. Most 118 # Highlight controls corresponding to the ANSI.SYS standard. *All*
|
| H A D | terminfo.src | 415 # Highlight controls corresponding to the ANSI.SYS standard. Most 434 # Highlight controls corresponding to the ANSI.SYS standard. *All* 3399 # + normal (not X10 or Highlight tracking) mouse now works.
|
| /freebsd-13.1/contrib/tnftp/ |
| H A D | ChangeLog | 95 - Highlight when tests are for a specific option.
|