Home
last modified time | relevance | path

Searched refs:if_block_depth (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/wave/
Dcpp_iteration_context.hpp106 BOOST_WAVE_STRINGTYPE const &fname, std::size_t if_block_depth = 0) in base_iteration_context()
108 line(1), emitted_lines(0), if_block_depth(if_block_depth), ctx(ctx_), in base_iteration_context()
113 BOOST_WAVE_STRINGTYPE const &fname, std::size_t if_block_depth = 0, in base_iteration_context()
117 line(1), emitted_lines(0), if_block_depth(if_block_depth), ctx(ctx_), in base_iteration_context()
129 std::size_t if_block_depth; // depth of #if block recursion member
/third_party/boost/boost/wave/util/
Dcpp_iterator.hpp443 if (iter_ctx->if_block_depth != ctx.get_if_block_depth()) { in returned_from_include()
1652 iter_ctx->if_block_depth = ctx.get_if_block_depth(); in on_include_helper()