| 106 | } |
| 107 | |
| 108 | void ParserBase::parserError(ErrorId _error, SourceLocation const& _location, std::string const& _description) |
| 109 | { |
| 110 | m_errorReporter.parserError(_error, _location, _description); |
| 111 | } |
| 112 | |
| 113 | void ParserBase::parserError(ErrorId _error, std::string const& _description) |
| 114 | { |
no outgoing calls
no test coverage detected