Searched refs:CommentColor (Results 1 – 3 of 3) sorted by relevance
51 static const TerminalColor CommentColor = {llvm::raw_ostream::BLUE, false}; variable
47 static constexpr raw_ostream::Colors CommentColor = raw_ostream::YELLOW; variable1194 Vec.emplace_back(Start, Start + Length, CommentColor); in highlightLines()
82 ColorScope Color(OS, ShowColors, CommentColor); in Visit()