Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
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 …]
/external/clang/lib/AST/
DASTDumper.cpp41 struct TerminalColor { struct
57 static const TerminalColor DeclKindNameColor = { raw_ostream::GREEN, true };
59 static const TerminalColor AttrColor = { raw_ostream::BLUE, true };
61 static const TerminalColor StmtColor = { raw_ostream::MAGENTA, true };
63 static const TerminalColor CommentColor = { raw_ostream::BLUE, false };
66 static const TerminalColor TypeColor = { raw_ostream::GREEN, false };
69 static const TerminalColor AddressColor = { raw_ostream::YELLOW, false };
71 static const TerminalColor LocationColor = { raw_ostream::YELLOW, false };
74 static const TerminalColor ValueKindColor = { raw_ostream::CYAN, false };
76 static const TerminalColor ObjectKindColor = { raw_ostream::CYAN, false };
[all …]