Home
last modified time | relevance | path

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

/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
/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp113 struct Highlight { argument
112 struct Highlight { global() struct
114 EndTagclang::html::RelexRewriteCache::Highlight global() argument
115 IsTokenRangeclang::html::RelexRewriteCache::Highlight global() argument
/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp133 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in ClangHighlighter
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp108 const char *Highlight() const { return Green(); } in Highlight() function in __anon1249678b0111::Decorator
/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp170 std::optional<raw_ostream::Colors> Highlight; in renderLine() local
[all...]
H A DSourceCoverageViewHTML.cpp972 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { renderLine() local
/llvm-project/clang-tools-extra/clangd/
H A DXRefs.cpp1257 if (auto Highlight = toHighlight(Loc, AST.getTokens())) findDocumentHighlights() local