Lines Matching refs:collectComments_
262 collectComments_() {}
266 lastValue_(), commentsBefore_(), features_(features), collectComments_() {
300 collectComments_ = collectComments;
314 if (collectComments_ && !commentsBefore_.empty())
344 if (collectComments_ && !commentsBefore_.empty()) {
407 if (collectComments_) {
529 if (collectComments_) {
562 assert(collectComments_);
1237 bool collectComments_;
1244 lastValue_(), commentsBefore_(), features_(features), collectComments_() {
1257 collectComments_ = collectComments;
1277 if (collectComments_ && !commentsBefore_.empty())
1302 if (collectComments_ && !commentsBefore_.empty()) {
1365 if (collectComments_) {
1493 if (collectComments_) {
1507 assert(collectComments_);
2054 bool const collectComments_;
2060 : collectComments_(collectComments)
2066 bool ok = reader_.parse(beginDoc, endDoc, *root, collectComments_);