class PrinterHelper
Declaration
class PrinterHelper { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/PrettyPrinter.h:25
Method Overview
- public virtual bool handledStmt(clang::Stmt * E, llvm::raw_ostream & OS)
- public virtual ~PrinterHelper()
Methods
¶virtual bool handledStmt(clang::Stmt* E,
llvm::raw_ostream& OS)
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()
virtual ~PrinterHelper()
Declared at: clang/include/clang/AST/PrettyPrinter.h:27