| 96 | } |
| 97 | |
| 98 | void ParserBase::parserWarning(ErrorId _error, std::string const& _description) |
| 99 | { |
| 100 | m_errorReporter.warning(_error, currentLocation(), _description); |
| 101 | } |
| 102 | |
| 103 | void ParserBase::parserWarning(ErrorId _error, SourceLocation const& _location, std::string const& _description) |
| 104 | { |