Home
last modified time | relevance | path

Searched refs:has_semantic_action (Results 1 – 25 of 57) sorted by relevance

123

/third_party/boost/boost/spirit/home/support/
Dhas_semantic_action.hpp24 struct has_semantic_action struct
29 : has_semantic_action<Subject> {};
33 : mpl::or_<has_semantic_action<Left>, has_semantic_action<Right> > {};
40 Elements, has_semantic_action<mpl::_>
/third_party/boost/boost/spirit/repository/home/karma/directive/
Dconfix.hpp133 struct has_semantic_action< struct
136 has_semantic_action<Subject>
137 , has_semantic_action<Prefix>
138 , has_semantic_action<Suffix>
/third_party/boost/boost/spirit/repository/home/qi/directive/
Dconfix.hpp142 struct has_semantic_action< struct
145 has_semantic_action<Subject>
146 , has_semantic_action<Prefix>
147 , has_semantic_action<Suffix>
/third_party/boost/boost/spirit/home/karma/directive/
Ddelimit.hpp179 struct has_semantic_action<karma::redelimit_generator<Subject> > struct
183 struct has_semantic_action<karma::delimit_generator<Subject, Delimiter> > struct
Dleft_alignment.hpp291 struct has_semantic_action<karma::simple_left_alignment<Subject, Width> > struct
295 struct has_semantic_action< struct
Dno_delimit.hpp105 struct has_semantic_action<karma::no_delimit_generator<Subject> > struct
Dverbatim.hpp103 struct has_semantic_action<karma::verbatim_generator<Subject> > struct
/third_party/boost/boost/spirit/home/karma/operator/
Dalternative.hpp188 struct has_semantic_action<karma::alternative<Elements> > struct
192 struct has_semantic_action<karma::strict_alternative<Elements> > struct
Dkleene.hpp188 struct has_semantic_action<karma::kleene<Subject> > struct
192 struct has_semantic_action<karma::strict_kleene<Subject> > struct
Dplus.hpp206 struct has_semantic_action<karma::plus<Subject> > struct
210 struct has_semantic_action<karma::strict_plus<Subject> > struct
Dlist.hpp210 struct has_semantic_action<karma::list<Left, Right> > struct
214 struct has_semantic_action<karma::strict_list<Left, Right> > struct
Dsequence.hpp294 struct has_semantic_action<karma::sequence<Elements> > struct
298 struct has_semantic_action<karma::strict_sequence<Elements> > struct
Dand_predicate.hpp86 struct has_semantic_action<karma::and_predicate<Subject> > struct
Doptional.hpp96 struct has_semantic_action<karma::optional<Subject> > struct
Dnot_predicate.hpp87 struct has_semantic_action<karma::not_predicate<Subject> > struct
/third_party/boost/boost/spirit/home/qi/directive/
Dskip.hpp181 struct has_semantic_action<qi::reskip_parser<Subject> > struct
185 struct has_semantic_action<qi::skip_parser<Subject, Skipper> > struct
Domit.hpp95 struct has_semantic_action<qi::omit_directive<Subject> > struct
Dmatches.hpp96 struct has_semantic_action<qi::matches_directive<Subject> > struct
Dhold.hpp98 struct has_semantic_action<qi::hold_directive<Subject> > struct
Dexpect.hpp101 struct has_semantic_action<qi::expect_directive<Subject> > struct
/third_party/boost/boost/spirit/home/qi/operator/
Dand_predicate.hpp83 struct has_semantic_action<qi::and_predicate<Subject> > struct
Dexpect.hpp80 struct has_semantic_action<qi::expect_operator<Elements> > struct
Dnot_predicate.hpp82 struct has_semantic_action<qi::not_predicate<Subject> > struct
Dsequence.hpp87 struct has_semantic_action<qi::sequence<Elements> > struct
/third_party/boost/boost/spirit/home/karma/nonterminal/detail/
Dgenerator_binder.hpp51 typedef typename traits::has_semantic_action<Generator>::type auto_rule; in operator ()()

123