Home
last modified time | relevance | path

Searched defs:Highlight (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/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
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp133 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in ClangHighlighter
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp108 const char *Highlight() const { return Green(); } in Highlight() function in __anona017c24a0111::Decorator
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp170 std::optional<raw_ostream::Colors> Highlight; in renderLine() local
[all...]
H A DSourceCoverageViewHTML.cpp794 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { renderLine() local