Home | History | Annotate | Download | only in Sema

Lines Matching refs:FieldIndex

2145     unsigned FieldIndex = 0;
2151 ++FieldIndex;
2160 FieldIndex = 0;
2203 if (FieldIndex >= StructuredList->getNumInits())
2204 StructuredList->resizeInits(SemaRef.Context, FieldIndex + 1);
2251 unsigned newStructuredIndex = FieldIndex;
2263 ++FieldIndex;
2266 StructuredIndex = FieldIndex;
2272 unsigned newStructuredIndex = FieldIndex;
2286 ++FieldIndex;
2293 StructuredIndex = FieldIndex;
2308 StructuredList, FieldIndex);