Searched refs:preserve_comments (Results 1 – 3 of 3) sorted by relevance
110 return !preserve_comments && T_CPPCOMMENT == id; in skip_cppcomment()117 bool preserve_comments; member in boost::wave::context_policies::eat_whitespace124 : state(&eat_whitespace::newline), preserve_comments(false), in eat_whitespace()136 preserve_comments = boost::wave::need_preserve_comments(ctx.get_language()); in may_skip_whitespace()148 preserve_comments = preserve_comments_; in may_skip_whitespace()169 if ((!preserve_comments || T_CCOMMENT != id) && in general()202 if (preserve_comments) { in newline()236 if (preserve_comments) { in newline_2nd()279 return !preserve_comments; in whitespace()
233 BOOST_WAVE_OPTION(preserve_comments) // support_option_preserve_comments
779 bool preserve_comments = false; in do_actual_work() local790 preserve_comments = true; in do_actual_work()795 preserve_comments = true; in do_actual_work()966 if (preserve_comments) { in do_actual_work()