Lines Matching refs:endLoc
465 return L->endLoc() < R->endLoc(); in completeRegionsUntil()
472 assert((!Loc || CompletedRegion->endLoc() <= *Loc) && in completeRegionsUntil()
476 auto CompletedSegmentLoc = PrevCompletedRegion->endLoc(); in completeRegionsUntil()
484 if (CompletedSegmentLoc == CompletedRegion->endLoc()) in completeRegionsUntil()
489 if (CompletedRegion->endLoc() == ActiveRegions[J]->endLoc()) in completeRegionsUntil()
496 if (FirstCompletedRegion && Last->endLoc() != *Loc) { in completeRegionsUntil()
499 startSegment(*ActiveRegions[FirstCompletedRegion - 1], Last->endLoc(), in completeRegionsUntil()
501 } else if (!FirstCompletedRegion && (!Loc || *Loc != Last->endLoc())) { in completeRegionsUntil()
504 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil()
519 return !(Region->endLoc() <= CurStartLoc); in buildSegmentsImpl()
530 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()
565 if (LHS.endLoc() != RHS.endLoc()) in sortNestedRegions()
567 return RHS.endLoc() < LHS.endLoc(); in sortNestedRegions()
591 Active->endLoc() != I->endLoc()) { in combineRegions()