| 3080 | template<typename I, typename Context> |
| 3081 | #endif |
| 3082 | void |
| 3083 | _report_error(Context const & context, std::string_view message, I location) |
| 3084 | { |
| 3085 | return context.error_handler_->diagnose( |
| 3086 | diagnostic_kind::error, message, context, location); |
| 3087 | } |
| 3088 | |
| 3089 | template<typename Context> |
| 3090 | void _report_error(Context const & context, std::string_view message) |