Searched defs:eol_parser (Results 1 – 3 of 3) sorted by relevance
17 struct eol_parser : parser<eol_parser> struct19 typedef unused_type attribute_type;20 static bool const has_attribute = false;23 bool parse(Iterator& first, Iterator const& last in parse()
39 struct eol_parser : primitive_parser<eol_parser> struct42 struct attribute49 bool parse(Iterator& first, Iterator const& last in parse()76 info what(Context& /*context*/) const in what()
583 struct eol_parser : public parser<eol_parser> struct585 typedef eol_parser self_t;587 eol_parser() {} in eol_parser() function591 parse(ScannerT const& scan) const in parse()