Searched refs:CurStartLoc (Results 1 – 1 of 1) sorted by relevance
1153 auto CurStartLoc = CR.value().startLoc(); in buildSegmentsImpl() local1159 return !(Region->endLoc() <= CurStartLoc); in buildSegmentsImpl()1164 completeRegionsUntil(CurStartLoc, FirstCompletedRegion); in buildSegmentsImpl()1170 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()1177 CurStartLoc, !GapRegion, Skipped); in buildSegmentsImpl()1181 startSegment(*ActiveRegions.back(), CurStartLoc, false); in buildSegmentsImpl()1185 CurStartLoc != Regions[CR.index() + 1].startLoc()) { in buildSegmentsImpl()1188 startSegment(CR.value(), CurStartLoc, !GapRegion); in buildSegmentsImpl()