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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 1367   if (AL.getNumArgs() > 1) {
 1368     S.Diag(AL.getLoc(), diag::err_attribute_wrong_number_arguments) << AL << 1;
 1368     S.Diag(AL.getLoc(), diag::err_attribute_wrong_number_arguments) << AL << 1;
 1372   if (!checkIBOutletCommon(S, D, AL))
 1377   if (AL.hasParsedType())
 1378     PT = AL.getTypeArg();
 1380     PT = S.getTypeName(S.Context.Idents.get("NSObject"), AL.getLoc(),
 1383       S.Diag(AL.getLoc(), diag::err_iboutletcollection_type) << "NSObject";
 1391     QTLoc = S.Context.getTrivialTypeSourceInfo(QT, AL.getLoc());
 1398     S.Diag(AL.getLoc(),
 1404   D->addAttr(::new (S.Context) IBOutletCollectionAttr(S.Context, AL, QTLoc));