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

References

tools/clang/lib/Sema/SemaInit.cpp
 2402     CheckSubElementType(Entity, IList, CurrentObjectType, Index,
 2429             IList, Index, CurrentObjectType, StructuredList, StructuredIndex,
 2482     const RecordType *RT = CurrentObjectType->getAs<RecordType>();
 2489           << SemaRef.getLangOpts().CPlusPlus << CurrentObjectType;
 2539                 << FieldName << CurrentObjectType);
 2545             << FieldName << CurrentObjectType;
 2767     CheckStructUnionTypes(Entity, IList, CurrentObjectType, NoBases, Field,
 2787   const ArrayType *AT = SemaRef.Context.getAsArrayType(CurrentObjectType);
 2791         << CurrentObjectType;
 2962   CheckArrayType(Entity, IList, CurrentObjectType, DesignatedStartIndex,