Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp153 ? TerminalColor{llvm::raw_ostream::GREEN, false} in dump()
154 : TerminalColor{llvm::raw_ostream::RED, false}); in dump()