13#ifndef LLVM_CLANG_AST_ASTDUMPERUTILS_H
14#define LLVM_CLANG_AST_ASTDUMPERUTILS_H
16#include "llvm/Support/raw_ostream.h"
30 llvm::raw_ostream::Colors
Color;
87 llvm::raw_ostream &OS;
88 const bool ShowColors;
ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color)
The JSON file list parser is used to communicate input to InstallAPI.
static const TerminalColor NullColor
static const TerminalColor ErrorsColor
static const TerminalColor CommentColor
ASTDumpOutputFormat
Used to specify the format for printing AST dump information.
static const TerminalColor DeclNameColor
static const TerminalColor AddressColor
static const TerminalColor IndentColor
static const TerminalColor StmtColor
static const TerminalColor UndeserializedColor
static const TerminalColor DeclKindNameColor
static const TerminalColor LocationColor
static const TerminalColor ValueKindColor
static const TerminalColor CastColor
static const TerminalColor AttrColor
static const TerminalColor TypeColor
static const TerminalColor ValueColor
static const TerminalColor ObjectKindColor
llvm::raw_ostream::Colors Color