#include <TypeDumper.h>
Public Member Functions | |
TypeDumper (llvm::raw_ostream &stream, AstDumper *dumper) | |
llvm::raw_ostream & | dump (Type *type, unsigned level=0) |
Definition at line 29 of file TypeDumper.h.
comma::TypeDumper::TypeDumper | ( | 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 TypeDumper.h.
llvm::raw_ostream & TypeDumper::dump | ( | Type * | type, | |
unsigned | level = 0 | |||
) |
Dumps the given type node to the stream respecting the given indentation level.
Definition at line 30 of file TypeDumper.cpp.