Searched defs:cpp_grammar (Results 1 – 1 of 1) sorted by relevance
155 struct cpp_grammar : struct158 typedef typename TokenT::position_type position_type;159 typedef cpp_grammar<TokenT, ContainerT> grammar_type;160 typedef impl::store_found_eof store_found_eof_type;161 typedef impl::store_found_directive<TokenT> store_found_directive_type;162 typedef impl::store_found_eoltokens<ContainerT> store_found_eoltokens_type;165 struct definition615 bool &found_eof;616 TokenT &found_directive;617 ContainerT &found_eoltokens;[all …]