Searched refs:lookback_parser (Results 1 – 1 of 1) sorted by relevance
220 struct lookback_parser struct221 : public cl::unary<ParserT, cl::parser<lookback_parser<ParserT> > >223 typedef lookback_parser<ParserT> self_t; argument224 typedef cl::unary<ParserT, cl::parser<lookback_parser<ParserT> > >232 lookback_parser(ParserT const& p) : base_t(p) {} in lookback_parser() argument255 lookback_parser<ParserT> operator[](ParserT const& p) const in operator []()257 return lookback_parser<ParserT>(p); in operator []()