Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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.cpp534 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() local
548 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size()); in renderLine()
561 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col, in renderLine()
566 Snippets.back() = Highlight(Snippets.back(), 1, 1 + Snippets.back().size()); in renderLine()
/freebsd-12.1/contrib/llvm/tools/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.cpp578 h.Highlight(style, ref, column, "", *s); in DisplaySourceLines()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DHighlighter.h123 virtual void Highlight(const HighlightStyle &options, llvm::StringRef line,
128 std::string Highlight(const HighlightStyle &options, llvm::StringRef line,
139 void Highlight(const HighlightStyle &options, llvm::StringRef line,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.h27 void Highlight(const HighlightStyle &options, llvm::StringRef line,
H A DClangHighlighter.cpp131 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in ClangHighlighter
/freebsd-12.1/contrib/less/
H A Dless.hlp51 ^K Highlight matches, but don't move (KEEP position).
141 Highlight only last match for searches.
189 Highlight first new line after forward-screen.
191 Highlight first new line after any forward movement.
/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc103 const char *Highlight() const { return Green(); } in Highlight() function in __anon91d969200111::Decorator
282 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
/freebsd-12.1/contrib/ncurses/misc/
H A Demx.src96 # Highlight controls corresponding to the ANSI.SYS standard. Most
117 # Highlight controls corresponding to the ANSI.SYS standard. *All*
H A Dterminfo.src402 # Highlight controls corresponding to the ANSI.SYS standard. Most
419 # Highlight controls corresponding to the ANSI.SYS standard. *All*
/freebsd-12.1/contrib/tnftp/
H A DChangeLog95 - Highlight when tests are for a specific option.