reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ASTDumperUtils.h
   45 static const TerminalColor DeclKindNameColor = {llvm::raw_ostream::GREEN, true};
   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};
   67 static const TerminalColor NullColor = {llvm::raw_ostream::BLUE, false};
   70 static const TerminalColor UndeserializedColor = {llvm::raw_ostream::GREEN,
   74 static const TerminalColor CastColor = {llvm::raw_ostream::RED, false};
   77 static const TerminalColor ValueColor = {llvm::raw_ostream::CYAN, true};
   79 static const TerminalColor DeclNameColor = {llvm::raw_ostream::CYAN, true};
   82 static const TerminalColor IndentColor = {llvm::raw_ostream::BLUE, false};
   89   ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color)