Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h51 static const TerminalColor CommentColor = {llvm::raw_ostream::BLUE, false}; variable
/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp49 static constexpr raw_ostream::Colors CommentColor = raw_ostream::YELLOW; variable
1197 Vec.emplace_back(Start, Start + Length, CommentColor); in highlightLines()
/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp81 ColorScope Color(OS, ShowColors, CommentColor); in Visit()