Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h51 static const TerminalColor CommentColor = {llvm::raw_ostream::BLUE, false}; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp49 static constexpr raw_ostream::Colors CommentColor = raw_ostream::YELLOW; variable