/third_party/boost/libs/wave/tool/ |
D | trace_macro_expansion.hpp | 519 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/ |
D | interpret_pragma.hpp | 56 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()
|
D | cpp_iterator.hpp | 297 result_type const ¤t_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 …]
|
D | cpp_macromap.hpp | 293 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/ |
D | emit_custom_line_directives.hpp | 64 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/ |
D | preprocessing_hooks.hpp | 430 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/ |
D | preprocess_pragma_output.hpp | 116 Container const& values, typename Context::token_type const& act_token) in interpret_pragma() argument
|
/third_party/boost/libs/wave/test/testwave/ |
D | collect_hooks_information.hpp | 381 Token const& option, Container const& values, Token const& act_token) in interpret_pragma() argument
|