Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
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
/external/llvm-project/lldb/source/Plugins/Language/ClangCommon/
DClangHighlighter.cpp132 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in ClangHighlighter
/external/llvm/tools/llvm-cov/
DSourceCoverageViewText.cpp97 Optional<raw_ostream::Colors> Highlight; in renderLine() local
DSourceCoverageViewHTML.cpp328 auto Highlight = [&](const std::string &Snippet) { in renderLine() local
/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageViewText.cpp104 Optional<raw_ostream::Colors> Highlight; in renderLine() local
DSourceCoverageViewHTML.cpp532 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() local
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc98 const char *Highlight() const { return Green(); } in Highlight() function in __anon99c9ab040111::Decorator
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_diag.cpp110 const char *Highlight() const { return Green(); } in Highlight() function in __anon448d694f0111::Decorator
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc99 bool Highlight(const HloInstruction* instr) const { in Highlight() function in xla::__anonf346b5ae0111::NodeFilter
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp1113 if (auto Highlight = toHighlight(Loc, AST.getTokens())) in findDocumentHighlights() local