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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 1368     S.Diag(AL.getLoc(), diag::err_attribute_wrong_number_arguments) << AL << 1;
 1372   if (!checkIBOutletCommon(S, D, AL))
 1380     PT = S.getTypeName(S.Context.Idents.get("NSObject"), AL.getLoc(),
 1380     PT = S.getTypeName(S.Context.Idents.get("NSObject"), AL.getLoc(),
 1381                        S.getScopeForContext(D->getDeclContext()->getParent()));
 1383       S.Diag(AL.getLoc(), diag::err_iboutletcollection_type) << "NSObject";
 1389   QualType QT = S.GetTypeFromParser(PT, &QTLoc);
 1391     QTLoc = S.Context.getTrivialTypeSourceInfo(QT, AL.getLoc());
 1398     S.Diag(AL.getLoc(),
 1404   D->addAttr(::new (S.Context) IBOutletCollectionAttr(S.Context, AL, QTLoc));
 1404   D->addAttr(::new (S.Context) IBOutletCollectionAttr(S.Context, AL, QTLoc));