Home
last modified time | relevance | path

Searched refs:Highlight (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp170 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 DSourceCoverageViewHTML.cpp972 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()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp29 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 DSourceManager.cpp668 h.Highlight(style, ref, column, "", *s); in DisplaySourceLines()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h115 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,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.h27 void Highlight(const HighlightStyle &options, llvm::StringRef line,
H A DClangHighlighter.cpp133 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in ClangHighlighter
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp112 struct Highlight { struct
123 using HighlightList = std::vector<Highlight>;
745 for (const RelexRewriteCache::Highlight &H : CacheIt->second) { in HighlightMacros()
/freebsd/contrib/less/
H A Dless.hlp55 ^K Highlight matches, but don't move (KEEP position).
150 Highlight only last match for searches.
200 Highlight first new line after forward-screen.
202 Highlight first new line after any forward movement.
281 Highlight or color the entire line containing a mark.
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp108 const char *Highlight() const { return Green(); } in Highlight() function in __anonef5d40b80111::Decorator
295 Buffer.Append(Decor.Highlight()); in PrintMemorySnippet()
/freebsd/contrib/ncurses/misc/
H A Demx.src97 # Highlight controls corresponding to the ANSI.SYS standard. Most
118 # Highlight controls corresponding to the ANSI.SYS standard. *All*
H A Dterminfo.src420 # Highlight controls corresponding to the ANSI.SYS standard. Most
439 # Highlight controls corresponding to the ANSI.SYS standard. *All*
3551 # + normal (not X10 or Highlight tracking) mouse now works.
/freebsd/contrib/tnftp/
H A DChangeLog95 - Highlight when tests are for a specific option.