Searched refs:grammar_type (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/spirit/test/x3/ |
D | rule_separate_tu_grammar.hpp | 29 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)
|
D | rule_separate_tu_grammar.cpp | 25 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)
|
D | grammar.hpp | 6 using grammar_type = decltype(grammar); typedef 7 BOOST_SPIRIT_DECLARE(grammar_type)
|
D | grammar.cpp | 6 BOOST_SPIRIT_INSTANTIATE(grammar_type, char const*, x3::unused_type)
|
D | rule_separate_tu.cpp | 54 static_assert(!std::is_same<decltype(i), used_attr::grammar_type::attribute_type>::value, in main()
|
/third_party/boost/boost/wave/grammars/ |
D | cpp_grammar.hpp | 159 typedef cpp_grammar<TokenT, ContainerT> grammar_type; typedef
|