Lines Matching defs:FieldIndex
2921 unsigned FieldIndex = NumBases;
2930 ++FieldIndex;
2939 FieldIndex = 0;
3030 if (StructuredList && FieldIndex >= StructuredList->getNumInits())
3031 StructuredList->resizeInits(SemaRef.Context, FieldIndex + 1);
3076 unsigned newStructuredIndex = FieldIndex;
3088 ++FieldIndex;
3091 StructuredIndex = FieldIndex;
3097 unsigned newStructuredIndex = FieldIndex;
3111 ++FieldIndex;
3122 StructuredIndex = FieldIndex;
3140 false, Index, StructuredList, FieldIndex);