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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 2552   QualType PropertyTy = PropertyDecl->getType();
 2558       !PropertyDecl->hasAttr<ObjCNSObjectAttr>()) {
 2564     PropertyDecl->setInvalidDecl();
 2598     if (PropertyDecl->hasAttr<IBOutletCollectionAttr>())
 2676       PropertyDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);