| 116 | } |
| 117 | |
| 118 | void ParserBase::fatalParserError(ErrorId _error, std::string const& _description) |
| 119 | { |
| 120 | fatalParserError(_error, currentLocation(), _description); |
| 121 | } |
| 122 | |
| 123 | void ParserBase::fatalParserError(ErrorId _error, SourceLocation const& _location, std::string const& _description) |
| 124 | { |