#include <Diagnostic.h>

Public Member Functions | |
| DiagnosticStream (llvm::raw_ostream &stream) | |
| ~DiagnosticStream () | |
| DiagnosticStream & | initialize (const SourceLocation &sloc, const char *format, diag::Type type) | 
| DiagnosticStream & | operator<< (const std::string &string) | 
| DiagnosticStream & | operator<< (const char *string) | 
| DiagnosticStream & | operator<< (int n) | 
| DiagnosticStream & | operator<< (char c) | 
| DiagnosticStream & | operator<< (const SourceLocation &sloc) | 
| DiagnosticStream & | operator<< (const IdentifierInfo *idInfo) | 
| DiagnosticStream & | operator<< (PM::ParameterMode mode) | 
| DiagnosticStream & | operator<< (const DiagnosticComponent &component) | 
Definition at line 52 of file Diagnostic.h.
| DiagnosticStream::DiagnosticStream | ( | llvm::raw_ostream & | stream | ) | 
Definition at line 16 of file Diagnostic.cpp.
| DiagnosticStream::~DiagnosticStream | ( | ) | 
Definition at line 19 of file Diagnostic.cpp.
| DiagnosticStream & DiagnosticStream::initialize | ( | const SourceLocation & | sloc, | |
| const char * | format, | |||
| diag::Type | type | |||
| ) | 
Definition at line 33 of file Diagnostic.cpp.
| DiagnosticStream & DiagnosticStream::operator<< | ( | const DiagnosticComponent & | component | ) | 
Definition at line 172 of file Diagnostic.cpp.
| DiagnosticStream & DiagnosticStream::operator<< | ( | PM::ParameterMode | mode | ) | 
Definition at line 148 of file Diagnostic.cpp.
| DiagnosticStream & DiagnosticStream::operator<< | ( | const IdentifierInfo * | idInfo | ) | 
Definition at line 141 of file Diagnostic.cpp.
| DiagnosticStream & DiagnosticStream::operator<< | ( | const SourceLocation & | sloc | ) | 
Definition at line 134 of file Diagnostic.cpp.
| DiagnosticStream & DiagnosticStream::operator<< | ( | char | c | ) | 
Definition at line 127 of file Diagnostic.cpp.
| DiagnosticStream & DiagnosticStream::operator<< | ( | int | n | ) | 
Definition at line 120 of file Diagnostic.cpp.
| DiagnosticStream & DiagnosticStream::operator<< | ( | const char * | string | ) | 
Definition at line 113 of file Diagnostic.cpp.
| DiagnosticStream & DiagnosticStream::operator<< | ( | const std::string & | string | ) | 
Definition at line 106 of file Diagnostic.cpp.
 1.6.1