#include <StmtDumper.h>
Public Member Functions | |
StmtDumper (llvm::raw_ostream &stream, AstDumper *dumper) | |
llvm::raw_ostream & | dump (Stmt *stmt, unsigned level=0) |
Definition at line 29 of file StmtDumper.h.
comma::StmtDumper::StmtDumper | ( | llvm::raw_ostream & | stream, | |
AstDumper * | dumper | |||
) | [inline] |
Constructs a dumper which writes its output to the given llvm::raw_ostream.
Definition at line 34 of file StmtDumper.h.
llvm::raw_ostream & StmtDumper::dump | ( | Stmt * | stmt, | |
unsigned | level = 0 | |||
) |
Dumps the given statement node to the output stream respecting the given indentation level.
Definition at line 24 of file StmtDumper.cpp.