Searched defs:Highlight (Results 1 – 10 of 10) sorted by relevance
28 void DefaultHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in DefaultHighlighter73 std::string Highlighter::Highlight(const HighlightStyle &options, in Highlight() function in Highlighter
132 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in ClangHighlighter
97 Optional<raw_ostream::Colors> Highlight; in renderLine() local
328 auto Highlight = [&](const std::string &Snippet) { in renderLine() local
104 Optional<raw_ostream::Colors> Highlight; in renderLine() local
532 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() local
98 const char *Highlight() const { return Green(); } in Highlight() function in __anon99c9ab040111::Decorator
110 const char *Highlight() const { return Green(); } in Highlight() function in __anon448d694f0111::Decorator
99 bool Highlight(const HloInstruction* instr) const { in Highlight() function in xla::__anonf346b5ae0111::NodeFilter
1113 if (auto Highlight = toHighlight(Loc, AST.getTokens())) in findDocumentHighlights() local