Home
last modified time | relevance | path

Searched refs:act_token (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/wave/tool/
Dtrace_macro_expansion.hpp519 typename ContextT::token_type const &act_token) argument
531 timer(token_type(T_INTLIT, "1", act_token.get_position()));
540 return interpret_pragma_trace(ctx, values, act_token);
550 msg.c_str(), act_token.get_position());
556 return interpret_pragma_system(ctx, pending, values, act_token);
563 error_directive, msg.c_str(), act_token.get_position());
568 return interpret_pragma_option(ctx, values, act_token);
598 typename ContextT::token_type const& act_token) argument
607 typename ContextT::position_type pos = act_token.get_position();
830 typename ContextT::token_type const &act_token) argument
[all …]
/third_party/boost/boost/wave/util/
Dinterpret_pragma.hpp56 interpret_pragma(ContextT &ctx, typename ContextT::token_type const &act_token, in interpret_pragma() argument
114 msg.c_str(), act_token.get_position()); in interpret_pragma()
128 ctx.derived(), pending, option, values, act_token)) in interpret_pragma()
141 option_str.c_str(), act_token.get_position()); in interpret_pragma()
149 return ctx.add_pragma_once_header(act_token, ctx.get_current_filename()); in interpret_pragma()
177 msg.c_str(), act_token.get_position()); in interpret_pragma()
192 msg.c_str(), act_token.get_position()); in interpret_pragma()
Dcpp_iterator.hpp297 result_type const &current_token() const { return act_token; } in current_token()
368 result_type act_token; // current token member in boost::wave::impl::pp_iterator_functor
512 id = token_id(act_token); in operator ()()
514 (T_CPPCOMMENT == id || context_policies::util::ccomment_has_newline(act_token))) in operator ()()
516 act_token.set_token_id(id = T_NEWLINE); in operator ()()
517 act_token.set_value("\n"); in operator ()()
523 } while (ctx.get_hooks().may_skip_whitespace(ctx.derived(), act_token, skipped_newline)); in operator ()()
528 return act_token; in operator ()()
543 …ctx.get_hooks().may_skip_whitespace(ctx.derived(), act_token, skipped_newline); // feed ws eat… in operator ()()
544 id = token_id(act_token); in operator ()()
[all …]
Dcpp_macromap.hpp293 token_type act_token; // current token member in boost::wave::util::macromap
728 return act_token = pending.front(); in expand_tokensequence_worker()
744 return act_token = placeholder; in expand_tokensequence_worker()
778 return act_token = pending.front(); in expand_tokensequence_worker()
782 return act_token = token_type(T_PLACEHOLDER, "_", in expand_tokensequence_worker()
813 return act_token = pending.front(); in expand_tokensequence_worker()
817 return act_token = token_type(); in expand_tokensequence_worker()
827 act_token = name_token; in expand_tokensequence_worker()
829 return act_token; in expand_tokensequence_worker()
838 return act_token = token_type(T_INTLIT, T_TRUE != id ? "0" : "1", in expand_tokensequence_worker()
[all …]
/third_party/boost/libs/wave/samples/emit_custom_line_directives/
Demit_custom_line_directives.hpp64 typename ContextT::token_type const& act_token) in emit_line_directive() argument
67 typename ContextT::position_type pos = act_token.get_position(); in emit_line_directive()
/third_party/boost/boost/wave/
Dpreprocessing_hooks.hpp430 typename ContextT::token_type const& act_token) in interpret_pragma()
460 typename ContextT::token_type const& act_token) in emit_line_directive()
/third_party/boost/libs/wave/samples/preprocess_pragma_output/
Dpreprocess_pragma_output.hpp116 Container const& values, typename Context::token_type const& act_token) in interpret_pragma() argument
/third_party/boost/libs/wave/test/testwave/
Dcollect_hooks_information.hpp381 Token const& option, Container const& values, Token const& act_token) in interpret_pragma() argument