Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h29 struct TerminalColor { struct
47 static const TerminalColor AttrColor = {llvm::raw_ostream::BLUE, true};
49 static const TerminalColor StmtColor = {llvm::raw_ostream::MAGENTA, true};
51 static const TerminalColor CommentColor = {llvm::raw_ostream::BLUE, false};
54 static const TerminalColor TypeColor = {llvm::raw_ostream::GREEN, false};
66 static const TerminalColor ErrorsColor = {llvm::raw_ostream::RED, true};
69 static const TerminalColor NullColor = {llvm::raw_ostream::BLUE, false};
76 static const TerminalColor CastColor = {llvm::raw_ostream::RED, false};
79 static const TerminalColor ValueColor = {llvm::raw_ostream::CYAN, true};
84 static const TerminalColor IndentColor = {llvm::raw_ostream::BLUE, false};
[all …]