Home | History | Annotate | Download | only in Sema

Lines Matching full:ranges

539   // Keep track of any GNU case ranges we see.  The APSInt is the low value.
641 // Detect duplicate case ranges, which usually don't exist at all in
644 // Sort all the case ranges by their low value so we can easily detect
645 // overlaps between ranges.
648 // Scan the ranges, computing the high values and removing empty ranges.
684 // Rescan the ranges, looking for overlap with singleton values and other
685 // ranges. Since the range list is sorted, we only need to compare case
686 // ranges with their neighbors.
782 // See which of case ranges aren't in enum
820 // Drop unneeded case ranges