clang API Documentation
#include <PrettyPrinter.h>
Public Member Functions | |
virtual | ~PrinterHelper () |
virtual bool | handledStmt (Stmt *E, raw_ostream &OS)=0 |
Definition at line 27 of file PrettyPrinter.h.
PrinterHelper::~PrinterHelper | ( | ) | [virtual] |
Definition at line 2217 of file StmtPrinter.cpp.
virtual bool clang::PrinterHelper::handledStmt | ( | Stmt * | E, |
raw_ostream & | OS | ||
) | [pure virtual] |