Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/
Dcpp_context.hpp348 bool get_if_block_status() const { return ifblocks.get_status(); } in get_if_block_status()
350 { return ifblocks.get_some_part_status(); } in get_if_block_some_part_status()
352 { return ifblocks.get_enclosing_status(); } in get_enclosing_if_block_status()
354 { ifblocks.enter_if_block(new_status); } in enter_if_block()
356 { return ifblocks.enter_elif_block(new_status); } in enter_elif_block()
357 bool enter_else_block() { return ifblocks.enter_else_block(); } in enter_else_block()
358 bool exit_if_block() { return ifblocks.exit_if_block(); } in exit_if_block()
360 { return ifblocks.get_if_block_depth(); } in get_if_block_depth()
525 boost::wave::util::if_block_stack ifblocks; // conditional compilation contexts member in boost::wave::context