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

Function _report_warning

include/boost/parser/parser.hpp:3101–3106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3099 template<typename I, typename Context>
3100#endif
3101 void _report_warning(
3102 Context const & context, std::string_view message, I location)
3103 {
3104 return context.error_handler_->diagnose(
3105 diagnostic_kind::warning, message, context, location);
3106 }
3107
3108 template<typename Context>
3109 void _report_warning(Context const & context, std::string_view message)

Callers

nothing calls this directly

Calls 1

diagnoseMethod · 0.45

Tested by

no test coverage detected