| 5813 | } |
| 5814 | |
| 5815 | auto parse(Args const &args) const -> InternalParseResult { |
| 5816 | return parse(args.exeName(), TokenStream(args)); |
| 5817 | } |
| 5818 | }; |
| 5819 | |
| 5820 | template <typename DerivedT> class ComposableParserImpl : public ParserBase { |
nothing calls this directly
no test coverage detected