Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dinterpret_pragma.hpp56 interpret_pragma(ContextT &ctx, typename ContextT::token_type const &act_token, in interpret_pragma() function
127 if (!ctx.get_hooks().interpret_pragma( in interpret_pragma()
Dcpp_iterator.hpp358 bool interpret_pragma(token_sequence_type const &pragma_body,
2526 if (interpret_pragma(expanded, pending)) { in on_pragma()
2546 pp_iterator_functor<ContextT>::interpret_pragma( in interpret_pragma() function in boost::wave::impl::pp_iterator_functor
2559 return boost::wave::util::interpret_pragma( in interpret_pragma()
Dcpp_macromap.hpp1997 if (interpret_pragma(ctx, pragma_token, pragma.begin(), pragma.end(), in resolve_operator_pragma()
/third_party/boost/libs/wave/samples/preprocess_pragma_output/
Dpreprocess_pragma_output.hpp114 interpret_pragma(Context& ctx, Container &pending, in interpret_pragma() function in preprocess_pragma_output_hooks
/third_party/boost/boost/wave/
Dpreprocessing_hooks.hpp428 interpret_pragma(ContextT const& ctx, ContainerT &pending, in interpret_pragma() function
/third_party/boost/libs/wave/test/testwave/
Dcollect_hooks_information.hpp380 interpret_pragma(Context const& ctx, Container &pending, in interpret_pragma() function in collect_hooks_information
/third_party/boost/libs/wave/tool/
Dtrace_macro_expansion.hpp517 interpret_pragma(ContextT &ctx, ContainerT &pending, function in trace_macro_expansion
/third_party/boost/libs/wave/
DChangeLog662 #pragmas are dispatched to the interpret_pragma() preprocessing hook.