| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 105 std::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 = std::nullopt; 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Highlighter.cpp | 29 void DefaultHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in DefaultHighlighter 74 std::string Highlighter::Highlight(const HighlightStyle &options, in Highlight() function in Highlighter 79 Highlight(options, line, cursor_pos, previous_lines, s); in Highlight()
|
| H A D | SourceManager.cpp | 610 h.Highlight(style, ref, column, "", *s); in DisplaySourceLines()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Highlighter.h | 115 virtual void Highlight(const HighlightStyle &options, llvm::StringRef line, 120 std::string Highlight(const HighlightStyle &options, llvm::StringRef line, 131 void Highlight(const HighlightStyle &options, llvm::StringRef line,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.h | 27 void Highlight(const HighlightStyle &options, llvm::StringRef line,
|
| H A D | ClangHighlighter.cpp | 133 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in ClangHighlighter
|
| /openbsd-src/usr.bin/less/ |
| H A D | less.hlp | 48 ^K Highlight matches, but don't move (KEEP position). 133 Highlight only last match for searches. 179 Highlight first new line after forward-screen. 181 Highlight first new line after any forward movement.
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 108 const char *Highlight() const { return Green(); } in Highlight() function in __anonc4173fef0111::Decorator 287 Buffer.append("%s", Decor.Highlight()); in PrintMemorySnippet()
|
| /openbsd-src/gnu/llvm/llvm/utils/vim/ |
| H A D | vimrc | 19 " Highlight trailing whitespace and lines longer than 80 columns. 56 " Highlight syntax in programming languages
|
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | texinfo.txi | 16836 Highlight an example or quotation by drawing a box with rounded 16864 Highlight the name of a book or other reference that lacks a 16876 Highlight text that is an expression, a syntactically complete token 17054 Highlight the introductory or defining use of a term. 17105 Highlight @var{text}; text is displayed in @emph{italics} in printed 17172 Highlight the name of a file, buffer, node, or directory. @xref{file, , 17522 Highlight @var{text} that is a literal example of a sequence of 17799 Highlight a metasyntactic variable, which is something that stands for
|