Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dcpp_ifblock.hpp72 void enter_if_block(bool new_status) in enter_if_block() function in boost::wave::util::if_block_stack
Dcpp_iterator.hpp1136 ctx.enter_if_block(false); in handle_pp_directive()
1909 ctx.enter_if_block(is_defined); in on_ifdef()
1945 ctx.enter_if_block(!is_defined); in on_ifndef()
2067 ctx.enter_if_block(if_status);
/third_party/boost/boost/wave/
Dcpp_context.hpp353 void enter_if_block(bool new_status) in enter_if_block() function in boost::wave::context
354 { ifblocks.enter_if_block(new_status); } in enter_if_block()