Home | History | Annotate | Download | only in src

Lines Matching refs:RangeType

630   /// RangeType is arena-allocated from the Cfg's allocator.
631 using RangeType = CfgVector<RangeElementType>;
671 const RangeType &getSegments() const { return Range; }
679 RangeType Range;
688 RangeType::const_iterator TrimmedBegin;