Searched refs:PropertyDecl (Results 1 – 2 of 2) sorted by relevance
2640 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); in CheckObjCPropertyAttributes() local2641 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes()2649 !PropertyDecl->hasAttr<ObjCNSObjectAttr>()) { in CheckObjCPropertyAttributes()2660 PropertyDecl->setInvalidDecl(); in CheckObjCPropertyAttributes()2694 if (PropertyDecl->hasAttr<IBOutletCollectionAttr>()) in CheckObjCPropertyAttributes()2770 PropertyDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in CheckObjCPropertyAttributes()
2821 ObjCPropertyDecl *PropertyDecl; variable2845 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()2868 return PropertyDecl; in getPropertyDecl()2870 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()