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

/openbsd-current/gnu/llvm/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, function in class:ClangHighlighter
/openbsd-current/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp105 std::optional<raw_ostream::Colors> Highlight; local
111 Highlight = raw_ostream::RED;
117 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR,
118 getOptions().Colors && Highlight, /*Bold=*/false,
121 if (getOptions().Debug && Highlight)
124 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) &&
126 Highlight = raw_ostream::RED;
128 Highlight
[all...]
H A DSourceCoverageViewHTML.cpp538 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { local
552 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size());
565 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col,
570 Snippets.back() = Highlight(Snippets.back(), 1, 1 + Snippets.back().size());
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DHighlighter.h115 virtual void Highlight(const HighlightStyle &options, llvm::StringRef line,
119 /// Utility method for calling Highlight without a stream.
120 std::string Highlight(const HighlightStyle &options, llvm::StringRef line,
131 void Highlight(const HighlightStyle &options, llvm::StringRef line,
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DHighlighter.cpp29 void DefaultHighlighter::Highlight(const HighlightStyle &options, function in class:DefaultHighlighter
74 std::string Highlighter::Highlight(const HighlightStyle &options, function in class:Highlighter
79 Highlight(options, line, cursor_pos, previous_lines, s);
H A DSourceManager.cpp610 h.Highlight(style, ref, column, "", *s);
/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp108 const char *Highlight() const { return Green(); } function in class:__anon164::Decorator
287 Buffer.append("%s", Decor.Highlight());

Completed in 147 milliseconds