#include <DiagPrint.h>
Public Member Functions | |
PrintType (comma::Type *type) | |
void | print (llvm::raw_ostream &stream) const |
Calls to this method should produce output to the given stream. |
Definition at line 29 of file DiagPrint.h.
comma::diag::PrintType::PrintType | ( | comma::Type * | type | ) | [inline] |
Definition at line 32 of file DiagPrint.h.
void diag::PrintType::print | ( | llvm::raw_ostream & | stream | ) | const [virtual] |
Calls to this method should produce output to the given stream.
Implements comma::DiagnosticComponent.
Definition at line 217 of file DiagPrint.cpp.