class PrinterHelper

Declaration

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

Declared at: clang/include/clang/AST/PrettyPrinter.h:25

Method Overview

Methods

virtual bool handledStmt(clang::Stmt* E,
                         llvm::raw_ostream& OS)

Declared at: clang/include/clang/AST/PrettyPrinter.h:28

Parameters

clang::Stmt* E
llvm::raw_ostream& OS

virtual ~PrinterHelper()

Declared at: clang/include/clang/AST/PrettyPrinter.h:27