Searched refs:PropertyDecl (Results 1 – 2 of 2) sorted by relevance
2026 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); in CheckObjCPropertyAttributes() local2027 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes()2050 !PropertyDecl->getAttr<ObjCNSObjectAttr>()) { in CheckObjCPropertyAttributes()2056 PropertyDecl->setInvalidDecl(); in CheckObjCPropertyAttributes()2082 if (PropertyDecl->getAttr<IBOutletCollectionAttr>()) in CheckObjCPropertyAttributes()2153 PropertyDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CheckObjCPropertyAttributes()
2185 ObjCPropertyDecl *PropertyDecl; variable2204 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()2225 return PropertyDecl; in getPropertyDecl()2227 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()