Searched refs:CommentColor (Results 1 – 3 of 3) sorted by relevance
51 static const TerminalColor CommentColor = {llvm::raw_ostream::BLUE, false}; variable
63 static const TerminalColor CommentColor = { raw_ostream::BLUE, false }; variable2332 ColorScope Color(*this, CommentColor); in dumpComment()
78 ColorScope Color(OS, ShowColors, CommentColor); in Visit()