#include <DiagPrint.h>
Public Member Functions | |
PrintDecl (comma::Decl *decl) | |
void | print (llvm::raw_ostream &stream) const |
Calls to this method should produce output to the given stream. |
Definition at line 36 of file DiagPrint.h.
comma::diag::PrintDecl::PrintDecl | ( | comma::Decl * | decl | ) | [inline] |
Definition at line 39 of file DiagPrint.h.
void diag::PrintDecl::print | ( | llvm::raw_ostream & | stream | ) | const [virtual] |
Calls to this method should produce output to the given stream.
Implements comma::DiagnosticComponent.
Definition at line 222 of file DiagPrint.cpp.