Searched defs:Highlight (Results 1 – 6 of 6) sorted by relevance
29 void DefaultHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in DefaultHighlighter74 std::string Highlighter::Highlight(const HighlightStyle &options, in Highlight() function in Highlighter
112 struct Highlight { struct113 SourceLocation B, E;114 std::string StartTag, EndTag;115 bool IsTokenRange;
133 void ClangHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in ClangHighlighter
108 const char *Highlight() const { return Green(); } in Highlight() function in __anonef5d40b80111::Decorator
170 std::optional<raw_ostream::Colors> Highlight; in renderLine() local
972 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() local