Lines Matching refs:endLoc
468 return L->endLoc() < R->endLoc(); in completeRegionsUntil()
475 assert((!Loc || CompletedRegion->endLoc() <= *Loc) && in completeRegionsUntil()
479 auto CompletedSegmentLoc = PrevCompletedRegion->endLoc(); in completeRegionsUntil()
487 if (CompletedSegmentLoc == CompletedRegion->endLoc()) in completeRegionsUntil()
492 if (CompletedRegion->endLoc() == ActiveRegions[J]->endLoc()) in completeRegionsUntil()
499 if (FirstCompletedRegion && Last->endLoc() != *Loc) { in completeRegionsUntil()
502 startSegment(*ActiveRegions[FirstCompletedRegion - 1], Last->endLoc(), in completeRegionsUntil()
504 } else if (!FirstCompletedRegion && (!Loc || *Loc != Last->endLoc())) { in completeRegionsUntil()
507 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil()
522 return !(Region->endLoc() <= CurStartLoc); in buildSegmentsImpl()
533 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()
568 if (LHS.endLoc() != RHS.endLoc()) in sortNestedRegions()
570 return RHS.endLoc() < LHS.endLoc(); in sortNestedRegions()
594 Active->endLoc() != I->endLoc()) { in combineRegions()