#include <Diagnostic.h>

Public Member Functions | |
| virtual | ~DiagnosticComponent () | 
| virtual void | print (llvm::raw_ostream &stream) const =0 | 
| Calls to this method should produce output to the given stream.   | |
Definition at line 43 of file Diagnostic.h.
| virtual comma::DiagnosticComponent::~DiagnosticComponent | ( | ) |  [inline, virtual] | 
        
Definition at line 46 of file Diagnostic.h.
| virtual void comma::DiagnosticComponent::print | ( | llvm::raw_ostream & | stream | ) |  const [pure virtual] | 
        
Calls to this method should produce output to the given stream.
Implemented in comma::diag::PrintType, and comma::diag::PrintDecl.
 1.6.1