Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTDumperUtils.h24 struct TerminalColor { struct
42 static const TerminalColor AttrColor = {llvm::raw_ostream::BLUE, true};
44 static const TerminalColor StmtColor = {llvm::raw_ostream::MAGENTA, true};
46 static const TerminalColor CommentColor = {llvm::raw_ostream::BLUE, false};
49 static const TerminalColor TypeColor = {llvm::raw_ostream::GREEN, false};
62 static const TerminalColor NullColor = {llvm::raw_ostream::BLUE, false};
65 static const TerminalColor UndeserializedColor = {llvm::raw_ostream::GREEN,
69 static const TerminalColor CastColor = {llvm::raw_ostream::RED, false};
72 static const TerminalColor ValueColor = {llvm::raw_ostream::CYAN, true};
77 static const TerminalColor IndentColor = {llvm::raw_ostream::BLUE, false};
[all …]