reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaInit.cpp
 2565       ++FieldIndex;
 2574       FieldIndex = 0;
 2662     if (StructuredList && FieldIndex >= StructuredList->getNumInits())
 2663       StructuredList->resizeInits(SemaRef.Context, FieldIndex + 1);
 2708       unsigned newStructuredIndex = FieldIndex;
 2720         ++FieldIndex;
 2723         StructuredIndex = FieldIndex;
 2729       unsigned newStructuredIndex = FieldIndex;
 2743     ++FieldIndex;
 2750       StructuredIndex = FieldIndex;
 2768                           false, Index, StructuredList, FieldIndex);