Lines Matching refs:next
270 auto next = current; in mergeGuards() local
271 ++next; in mergeGuards()
273 while (next != guard_map.end()) { in mergeGuards()
274 if (current->second != next->second) { in mergeGuards()
276 ++next; in mergeGuards()
285 FileLocation end_location = next->first.start; in mergeGuards()
360 to_string(next->first).c_str()); in mergeGuards()
362 ++next; in mergeGuards()
367 to_string(next->first).c_str()); in mergeGuards()
370 merged.end = next->first.end; in mergeGuards()
375 guard_map.erase(next); in mergeGuards()
378 next = current; in mergeGuards()
379 ++next; in mergeGuards()