Public Member Functions | |
ErrorReport (const ErrorReport &e) | |
ErrorReport (const SourceRange &r) | |
ErrorReport (std::shared_ptr< SourceLocation > loc) | |
ErrorReport (const TreeRef &tree) | |
ErrorReport (const Token &tok) | |
const char * | what () const noexceptoverride |
Friends | |
template<typename T > | |
const ErrorReport & | operator<< (const ErrorReport &e, const T &t) |
Definition at line 9 of file error_report.h.