Home
last modified time | relevance | path

Searched refs:expand_tokensequence (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/wave/
Dcpp_context.hpp380 token_type expand_tokensequence(IteratorT2 &first_, IteratorT2 const &last_, in expand_tokensequence() function in boost::wave::context
385 return macros.expand_tokensequence(first_, last_, pending, expanded, in expand_tokensequence()
/third_party/boost/boost/wave/util/
Dcpp_macromap.hpp134 token_type const &expand_tokensequence(IteratorT &first,
683 macromap<ContextT>::expand_tokensequence(IteratorT &first, in expand_tokensequence() function in boost::wave::util::macromap
Dcpp_iterator.hpp877 act_token = ctx.expand_tokensequence(iter_ctx->first, in pp_token()