Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp105 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 DSourceCoverageViewHTML.cpp538 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 DHighlighter.cpp28 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 DSourceManager.cpp595 h.Highlight(style, ref, column, "", *s); in DisplaySourceLines()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h114 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 DClangHighlighter.h26 void Highlight(const HighlightStyle &options, llvm::StringRef line,
H A DClangHighlighter.cpp132 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in ClangHighlighter
/freebsd-13.1/contrib/less/
H A Dless.hlp52 ^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 Dubsan_diag.cpp110 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 Demx.src97 # Highlight controls corresponding to the ANSI.SYS standard. Most
118 # Highlight controls corresponding to the ANSI.SYS standard. *All*
H A Dterminfo.src415 # 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 DChangeLog95 - Highlight when tests are for a specific option.