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