| 6287 | rule_parser<true, TagType, Attribute, LocalState, ParamsTuple>> |
| 6288 | { |
| 6289 | constexpr callback_rule(char const * diagnostic_text) |
| 6290 | { |
| 6291 | this->parser_.diagnostic_text_ = diagnostic_text; |
| 6292 | } |
| 6293 | |
| 6294 | template<typename T, typename... Ts> |
| 6295 | constexpr auto with(T && x, Ts &&... xs) const |
nothing calls this directly
no outgoing calls
no test coverage detected