class ColorScope

Declaration

class ColorScope { /* full declaration omitted */ };

Declared at: clang/include/clang/AST/ASTDumperUtils.h:86

Member Variables

private llvm::raw_ostream& OS
private const bool ShowColors

Method Overview

  • public ColorScope(llvm::raw_ostream & OS, bool ShowColors, clang::TerminalColor Color)
  • public ~ColorScope()

Methods

ColorScope(llvm::raw_ostream& OS,
           bool ShowColors,
           clang::TerminalColor Color)

Declared at: clang/include/clang/AST/ASTDumperUtils.h:91

Parameters

llvm::raw_ostream& OS
bool ShowColors
clang::TerminalColor Color

~ColorScope()

Declared at: clang/include/clang/AST/ASTDumperUtils.h:96