Searched refs:cur_comment (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/gn/
H A Dparser.cc567 int cur_comment = 0; local
572 while (cur_comment < static_cast<int>(line_comment_tokens_.size())) {
573 if (start.byte() >= line_comment_tokens_[cur_comment].location().byte()) {
575 line_comment_tokens_[cur_comment]);
576 ++cur_comment;
584 for (; cur_comment < static_cast<int>(line_comment_tokens_.size());
585 ++cur_comment)
586 file->comments_mutable()->append_after(line_comment_tokens_[cur_comment]);
589 cur_comment = static_cast<int>(suffix_comment_tokens_.size() - 1);
611 while (cur_comment >
[all...]

Completed in 130 milliseconds