Home
last modified time | relevance | path

Searched refs:grammar_type (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/spirit/test/x3/
Drule_separate_tu_grammar.hpp29 using grammar_type = x3::rule<class grammar_r>; typedef
30 const grammar_type grammar;
31 BOOST_SPIRIT_DECLARE(grammar_type)
45 using grammar_type = x3::rule<class grammar_r, int>; typedef
46 const grammar_type grammar;
47 BOOST_SPIRIT_DECLARE(grammar_type)
Drule_separate_tu_grammar.cpp25 BOOST_SPIRIT_INSTANTIATE(grammar_type, char const*, x3::unused_type)
26 BOOST_SPIRIT_INSTANTIATE(grammar_type, char const*, x3::phrase_parse_context<skipper_type>::type)
27 BOOST_SPIRIT_INSTANTIATE(grammar_type, char const*, x3::phrase_parse_context<skipper2_type>::type)
39 BOOST_SPIRIT_INSTANTIATE(grammar_type, char const*, x3::unused_type)
40 BOOST_SPIRIT_INSTANTIATE(grammar_type, char const*, x3::phrase_parse_context<skipper_type>::type)
Dgrammar.hpp6 using grammar_type = decltype(grammar); typedef
7 BOOST_SPIRIT_DECLARE(grammar_type)
Dgrammar.cpp6 BOOST_SPIRIT_INSTANTIATE(grammar_type, char const*, x3::unused_type)
Drule_separate_tu.cpp54 static_assert(!std::is_same<decltype(i), used_attr::grammar_type::attribute_type>::value, in main()
/third_party/boost/boost/wave/grammars/
Dcpp_grammar.hpp159 typedef cpp_grammar<TokenT, ContainerT> grammar_type; typedef