Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTDumperUtils.h29 struct TerminalColor { struct
45 static const TerminalColor DeclKindNameColor = {llvm::raw_ostream::GREEN, true}; argument
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};
57 static const TerminalColor AddressColor = {llvm::raw_ostream::YELLOW, false};
59 static const TerminalColor LocationColor = {llvm::raw_ostream::YELLOW, false};
62 static const TerminalColor ValueKindColor = {llvm::raw_ostream::CYAN, false};
64 static const TerminalColor ObjectKindColor = {llvm::raw_ostream::CYAN, false};
[all …]