Searched refs:enter_elif_block (Results 1 – 3 of 3) sorted by relevance
78 bool enter_elif_block(bool new_status) in enter_elif_block() function in boost::wave::util::if_block_stack
1141 if (!ctx.enter_elif_block(false)) { in handle_pp_directive()2113 if (!ctx.enter_elif_block(false)) { in on_elif()2169 if (!ctx.enter_elif_block(if_status)) {
355 bool enter_elif_block(bool new_status) in enter_elif_block() function in boost::wave::context356 { return ifblocks.enter_elif_block(new_status); } in enter_elif_block()