Home | History | Annotate | Download | only in Sema

Lines Matching refs:FieldIndex

1670     unsigned FieldIndex = 0;
1696 ++FieldIndex;
1754 FieldIndex = 0;
1764 ++FieldIndex;
1772 FieldIndex = 0;
1794 if (FieldIndex >= StructuredList->getNumInits())
1795 StructuredList->resizeInits(SemaRef.Context, FieldIndex + 1);
1842 unsigned newStructuredIndex = FieldIndex;
1854 ++FieldIndex;
1857 StructuredIndex = FieldIndex;
1863 unsigned newStructuredIndex = FieldIndex;
1877 ++FieldIndex;
1884 StructuredIndex = FieldIndex;
1899 StructuredList, FieldIndex);