14 #ifndef LLVM_CLANG_AST_ASTDUMPERUTILS_H 15 #define LLVM_CLANG_AST_ASTDUMPERUTILS_H 17 #include "llvm/Support/raw_ostream.h" 25 llvm::raw_ostream::Colors
Color;
80 llvm::raw_ostream &OS;
81 const bool ShowColors;
85 : OS(OS), ShowColors(ShowColors) {
97 #endif // LLVM_CLANG_AST_ASTDUMPERUTILS_H static const TerminalColor StmtColor
static const TerminalColor ObjectKindColor
ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color)
static const TerminalColor DeclNameColor
static const TerminalColor LocationColor
static const TerminalColor ValueColor
static const TerminalColor CommentColor
static const TerminalColor ValueKindColor
static const TerminalColor NullColor
Dataflow Directional Tag Classes.
static const TerminalColor AttrColor
static const TerminalColor IndentColor
static const TerminalColor CastColor
static const TerminalColor TypeColor
static const TerminalColor DeclKindNameColor
llvm::raw_ostream::Colors Color
static const TerminalColor AddressColor
static const TerminalColor UndeserializedColor