Lines Matching refs:ignore_comments
7426 , ignore_comments(ignore_comments_)
8823 while (ignore_comments && current == '/')
8903 const bool ignore_comments = false;
19310 const bool ignore_comments = false
19314 std::move(cb), allow_exceptions, ignore_comments);
23189 const bool ignore_comments = false)
23192 parser(detail::input_adapter(std::forward<InputType>(i)), cb, allow_exceptions, ignore_comments).parse(true, result);
23204 const bool ignore_comments = false)
23207 parser(detail::input_adapter(std::move(first), std::move(last)), cb, allow_exceptions, ignore_comments).parse(true, result);
23216 const bool ignore_comments = false)
23219 parser(i.get(), cb, allow_exceptions, ignore_comments).parse(true, result);
23227 const bool ignore_comments = false)
23229 return parser(detail::input_adapter(std::forward<InputType>(i)), nullptr, false, ignore_comments).accept(true);
23236 const bool ignore_comments = false)
23238 return parser(detail::input_adapter(std::move(first), std::move(last)), nullptr, false, ignore_comments).accept(true);
23244 const bool ignore_comments = false)
23246 return parser(i.get(), nullptr, false, ignore_comments).accept(true);
23256 const bool ignore_comments = false)
23260 ? parser(std::move(ia), nullptr, true, ignore_comments).sax_parse(sax, strict)
23271 const bool ignore_comments = false)
23275 ? parser(std::move(ia), nullptr, true, ignore_comments).sax_parse(sax, strict)
23290 const bool ignore_comments = false)
23295 ? parser(std::move(ia), nullptr, true, ignore_comments).sax_parse(sax, strict)