MCPcopy Create free account
hub / github.com/boostorg/parser / _report_error

Function _report_error

include/boost/parser/parser.hpp:3082–3087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

diagnoseMethod · 0.45

Tested by

no test coverage detected