Searched defs:action_context (Results 1 – 2 of 2) sorted by relevance
144 struct action_context struct146 explicit action_context(action_args_type *action_args) in action_context() argument150 action_args_type const &args() const in args()157 struct eval_terminal162 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 eval208 struct eval<Expr, proto::tag::terminal>214 struct eval<Expr, attr_with_default_tag>[all …]
43 auto action_context = make_context<parse_pass_context_tag>(pass, context); in call_action() local