Home | History | Annotate | Download | only in Sema

Lines Matching defs:FieldIndex

1665     unsigned FieldIndex = 0;
1691 ++FieldIndex;
1749 FieldIndex = 0;
1759 ++FieldIndex;
1767 FieldIndex = 0;
1789 if (FieldIndex >= StructuredList->getNumInits())
1790 StructuredList->resizeInits(SemaRef.Context, FieldIndex + 1);
1837 unsigned newStructuredIndex = FieldIndex;
1849 ++FieldIndex;
1852 StructuredIndex = FieldIndex;
1858 unsigned newStructuredIndex = FieldIndex;
1872 ++FieldIndex;
1879 StructuredIndex = FieldIndex;
1894 StructuredList, FieldIndex);