| 154 | } |
| 155 | |
| 156 | void ErrorReporter::declarationError(ErrorId _error, SourceLocation const& _location, SecondarySourceLocation const& _secondaryLocation, std::string const& _description) |
| 157 | { |
| 158 | error( |
| 159 | _error, |
| 160 | Error::Type::DeclarationError, |
| 161 | _location, |
| 162 | _secondaryLocation, |
| 163 | _description |
| 164 | ); |
| 165 | } |
| 166 | |
| 167 | void ErrorReporter::declarationError(ErrorId _error, SourceLocation const& _location, std::string const& _description) |
| 168 | { |
no outgoing calls
no test coverage detected