Searched refs:PropertyDecl (Results 1 – 3 of 3) sorted by relevance
2089 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); in CheckObjCPropertyAttributes() local2090 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes()2105 !PropertyDecl->hasAttr<ObjCNSObjectAttr>()) { in CheckObjCPropertyAttributes()2111 PropertyDecl->setInvalidDecl(); in CheckObjCPropertyAttributes()2137 if (PropertyDecl->hasAttr<IBOutletCollectionAttr>()) in CheckObjCPropertyAttributes()2208 PropertyDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CheckObjCPropertyAttributes()
2655 if (const ObjCPropertyDecl *PropertyDecl = Method->findPropertyDecl()) in BuildInstanceMessage() local2656 WarnWeakReceiver = !PropertyDecl->hasAttr<IBOutletAttr>(); in BuildInstanceMessage()
2373 ObjCPropertyDecl *PropertyDecl; variable2392 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()2413 return PropertyDecl; in getPropertyDecl()2415 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()