Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTDumperUtils.h51 static const TerminalColor CommentColor = {llvm::raw_ostream::BLUE, false}; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp78 ColorScope Color(OS, ShowColors, CommentColor); in Visit()