Home
last modified time | relevance | path

Searched defs:action_context (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/xpressive/detail/core/matcher/
Daction_matcher.hpp144 struct action_context struct
146 explicit action_context(action_args_type *action_args) in action_context() argument
150 action_args_type const &args() const in args()
157 struct eval_terminal
162 struct eval_terminal<Expr, reference_wrapper<Arg> >
172 struct eval_terminal<Expr, opt<Arg> >
182 struct eval_terminal<Expr, action_arg<Type, Int> >
203 struct eval
208 struct eval<Expr, proto::tag::terminal>
214 struct eval<Expr, attr_with_default_tag>
[all …]
/third_party/boost/boost/spirit/home/x3/core/
Daction.hpp43 auto action_context = make_context<parse_pass_context_tag>(pass, context); in call_action() local