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