Home
last modified time | relevance | path

Searched refs:make_context (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/libs/spirit/workbench/x3/
Dcontext.cpp10 using boost::spirit::x3::make_context;
30 a(make_context<b_ctx>(bi, context)); in b()
36 b(make_context<c_ctx>(ci)); in c()
/third_party/boost/boost/spirit/home/x3/core/
Dcall.hpp69 auto val_context = make_context<rule_val_context_tag>(rcontext, context); in call()
70 auto where_context = make_context<where_context_tag>(rng, val_context); in call()
71 auto attr_context = make_context<attr_context_tag>(attr, where_context); in call()
Dparse.hpp118 auto skipper_ctx = make_context<skipper_tag>(as_parser(s)); in phrase_parse_main()
186 make_context<skipper_tag>(as_parser(std::declval<Skipper>())))
Daction.hpp43 auto action_context = make_context<parse_pass_context_tag>(pass, context); in call_action()
/third_party/boost/boost/spirit/home/qi/
Dparse.hpp55 struct make_context struct
61 struct make_context<unused_type> struct
87 typename detail::make_context<Attr>::type context(attr); in parse()
167 typename detail::make_context<Attr>::type context(attr); in phrase_parse()
/third_party/boost/boost/spirit/home/karma/
Dgenerate.hpp43 struct make_context struct
49 struct make_context<unused_type> struct
68 typename detail::make_context<Attr>::type context(attr); in generate()
159 typename detail::make_context<Attribute>::type context(attr); in generate_delimited()
/third_party/boost/boost/phoenix/core/
Denvironment.hpp34 struct make_context struct
123 struct make_context struct
226 make_context(Env const& env, Actions const& actions) in make_context() function
243 make_context(Env & env, Actions const& actions) in make_context() function
260 make_context(Env const& env, Actions & actions) in make_context() function
277 make_context(Env & env, Actions & actions) in make_context() function
/third_party/boost/boost/spirit/home/x3/support/
Dcontext.hpp67 inline context<ID, T, Next> make_context(T& val, Next const& next) in make_context() function
73 inline context<ID, T> make_context(T& val) in make_context() function
/third_party/boost/boost/spirit/home/x3/directive/
Dskip.hpp40 , make_context<skipper_tag>(skipper, context) in parse()
77 , make_context<skipper_tag>(skipper, context) in parse()
Dno_case.hpp35 , make_context<no_case_tag>(no_case_compare_, context) in parse()
Dno_skip.hpp47 , make_context<skipper_tag>(unused_skipper, context) in parse()
Dlexeme.hpp45 , make_context<skipper_tag>(unused_skipper, context) in parse()
Dwith.hpp60 , make_context<ID>(this->val, context) in parse()
/third_party/boost/libs/phoenix/example/
Dparallel_for.cpp103 , typename boost::phoenix::result_of::make_context<
119 , boost::phoenix::make_context( in parallel_eval()
139 , functional::make_context(
Dinvert.cpp103 , phoenix::result_of::make_context<
113 , phoenix::make_context( in invert()
/third_party/boost/libs/spirit/test/x3/
Dany_parser.cpp25 using boost::spirit::x3::make_context; in main()
34 typedef decltype(make_context<skipper_tag>(space)) context_type; in main()
/third_party/boost/libs/spirit/example/x3/calc/calc4c/
Dgrammar.hpp185 , decltype(x3::make_context<x3::skipper_tag>(x3::ascii::space))
/third_party/boost/boost/log/expressions/formatters/
Dmax_size_decorator.hpp345 phoenix::eval(m_subactor, phoenix::make_context(env, phoenix::actions(ctx))); in operator ()()
386 phoenix::eval(m_subactor, phoenix::make_context(env, phoenix::actions(ctx))); in operator ()()
Dchar_decorator.hpp440 phoenix::eval(m_subactor, phoenix::make_context(env, phoenix::actions(ctx))); in operator ()()
472 phoenix::eval(m_subactor, phoenix::make_context(env, phoenix::actions(ctx))); in operator ()()
/third_party/boost/boost/spirit/home/x3/nonterminal/detail/
Drule.hpp179 , make_context<parse_pass_context_tag>(pass, context) in call_on_success()