Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTDumperUtils.h46 static const TerminalColor CommentColor = {llvm::raw_ostream::BLUE, false}; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp67 ColorScope Color(OS, ShowColors, CommentColor); in Visit()