|
Joos1W Compiler Framework
|
Public Member Functions | |
| DiagnosticEngine (int verbose=0) | |
| DiagnosticBuilder | ReportError (SourceRange loc) |
| DiagnosticBuilder | ReportWarning (SourceRange loc) |
| DiagnosticStream | ReportDebug (int level=1) |
| void | setVerbose (int verbose) |
| bool | hasErrors () const |
| auto | errors () const |
| bool | hasWarnings () const |
| auto | warnings () const |
| bool | Verbose (int level=1) const |
Definition at line 105 of file Diagnostics.h.