Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:StartIndex

1169     CharUnits StartIndex = CGM.getContext().toCharUnitsFromBits(StartOffset);
1170 CharUnits EndIndex = StartIndex + CGM.getContext().getTypeSizeInChars(T);
1178 for (CharUnits I = StartIndex; I != EndIndex; ++I)