| /src/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 170 std::optional<raw_ostream::Colors> Highlight; in renderLine() local 176 Highlight = raw_ostream::RED; in renderLine() 182 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() 183 getOptions().Colors && Highlight, /*Bold=*/false, in renderLine() 186 if (getOptions().Debug && Highlight) in renderLine() 189 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine() 191 Highlight = raw_ostream::RED; in renderLine() 193 Highlight = raw_ostream::CYAN; in renderLine() 195 Highlight = std::nullopt; in renderLine() 199 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() [all …]
|
| H A D | SourceCoverageViewHTML.cpp | 972 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() local 989 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size()); in renderLine() 1002 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col, in renderLine() 1007 Snippets.back() = Highlight(Snippets.back(), 1, 1 + Snippets.back().size()); in renderLine()
|
| /src/contrib/llvm-project/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 | 668 h.Highlight(style, ref, column, "", *s); in DisplaySourceLines()
|
| /src/contrib/llvm-project/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,
|
| /src/contrib/llvm-project/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
|
| /src/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 112 struct Highlight { struct 123 using HighlightList = std::vector<Highlight>; 745 for (const RelexRewriteCache::Highlight &H : CacheIt->second) { in HighlightMacros()
|
| /src/contrib/less/ |
| H A D | less.hlp | 60 ^K Highlight matches, but don't move (KEEP position). 155 Highlight only last match for searches. 205 Highlight first new line after forward-screen. 207 Highlight first new line after any forward movement. 294 Highlight or color the entire line containing a mark.
|
| /src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 108 const char *Highlight() const { return Green(); } in Highlight() function in __anon9ec565ad0111::Decorator 295 Buffer.Append(Decor.Highlight()); in PrintMemorySnippet()
|
| /src/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 | 420 # Highlight controls corresponding to the ANSI.SYS standard. Most 438 # Highlight controls corresponding to the ANSI.SYS standard. *All* 3554 # + normal (not X10 or Highlight tracking) mouse now works. 8522 # - Mouse Highlight Tracking
|
| /src/contrib/tnftp/ |
| H A D | ChangeLog | 95 - Highlight when tests are for a specific option.
|
| /src/contrib/xz/ |
| H A D | ChangeLog | 17783 liblzma: Highlight liblzma API headers should not be included directly.
|