Home
last modified time | relevance | path

Searched refs:CommentColor (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DASTDumperUtils.h51 static const TerminalColor CommentColor = {llvm::raw_ostream::BLUE, false}; variable
/external/clang/lib/AST/
DASTDumper.cpp63 static const TerminalColor CommentColor = { raw_ostream::BLUE, false }; variable
2332 ColorScope Color(*this, CommentColor); in dumpComment()
/external/llvm-project/clang/lib/AST/
DTextNodeDumper.cpp78 ColorScope Color(OS, ShowColors, CommentColor); in Visit()