Lines Matching refs:endLoc
375 return L->endLoc() < R->endLoc(); in completeRegionsUntil()
382 assert((!Loc || CompletedRegion->endLoc() <= *Loc) && in completeRegionsUntil()
386 auto CompletedSegmentLoc = PrevCompletedRegion->endLoc(); in completeRegionsUntil()
394 if (CompletedSegmentLoc == CompletedRegion->endLoc()) in completeRegionsUntil()
399 if (CompletedRegion->endLoc() == ActiveRegions[J]->endLoc()) in completeRegionsUntil()
406 if (FirstCompletedRegion && Last->endLoc() != *Loc) { in completeRegionsUntil()
409 startSegment(*ActiveRegions[FirstCompletedRegion - 1], Last->endLoc(), in completeRegionsUntil()
411 } else if (!FirstCompletedRegion && (!Loc || *Loc != Last->endLoc())) { in completeRegionsUntil()
414 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil()
429 return !(Region->endLoc() <= CurStartLoc); in buildSegmentsImpl()
440 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()
469 if (LHS.endLoc() != RHS.endLoc()) in sortNestedRegions()
471 return RHS.endLoc() < LHS.endLoc(); in sortNestedRegions()
495 Active->endLoc() != I->endLoc()) { in combineRegions()