Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:StartIndex

1330     CharUnits StartIndex = CGM.getContext().toCharUnitsFromBits(StartOffset);
1331 CharUnits EndIndex = StartIndex + CGM.getContext().getTypeSizeInChars(T);
1338 for (CharUnits I = StartIndex; I != EndIndex; ++I)