Searched refs:Highlight (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp104 Optional<raw_ostream::Colors> Highlight; local
110 Highlight = raw_ostream::RED;
116 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR,
117 getOptions().Colors && Highlight, /*Bold=*/false,
120 if (getOptions().Debug && Highlight)
123 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) &&
125 Highlight = raw_ostream::RED;
127 Highlight
[all...]
H A DSourceCoverageViewHTML.cpp532 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { local
546 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size());
559 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col,
564 Snippets.back() = Highlight(Snippets.back(), 1, 1 + Snippets.back().size());
/freebsd-13-stable/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, function in class:ClangHighlighter
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h114 virtual void Highlight(const HighlightStyle &options, llvm::StringRef line,
118 /// Utility method for calling Highlight without a stream.
119 std::string Highlight(const HighlightStyle &options, llvm::StringRef line,
130 void Highlight(const HighlightStyle &options, llvm::StringRef line,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp28 void DefaultHighlighter::Highlight(const HighlightStyle &options, function in class:DefaultHighlighter
73 std::string Highlighter::Highlight(const HighlightStyle &options, function in class:Highlighter
78 Highlight(options, line, cursor_pos, previous_lines, s);
H A DSourceManager.cpp590 h.Highlight(style, ref, column, "", *s);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp110 const char *Highlight() const { return Green(); } function in class:__anon2590::Decorator
289 Buffer.append(Decor.Highlight());

Completed in 168 milliseconds