Searched refs:PropertyDecl (Results 1 – 4 of 4) sorted by relevance
2376 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); in CheckObjCPropertyAttributes() local2377 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes()2383 !PropertyDecl->hasAttr<ObjCNSObjectAttr>()) { in CheckObjCPropertyAttributes()2389 PropertyDecl->setInvalidDecl(); in CheckObjCPropertyAttributes()2415 if (PropertyDecl->hasAttr<IBOutletCollectionAttr>()) in CheckObjCPropertyAttributes()2493 PropertyDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CheckObjCPropertyAttributes()
2661 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); in CheckObjCPropertyAttributes() local2662 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes()2670 !PropertyDecl->hasAttr<ObjCNSObjectAttr>()) { in CheckObjCPropertyAttributes()2681 PropertyDecl->setInvalidDecl(); in CheckObjCPropertyAttributes()2715 if (PropertyDecl->hasAttr<IBOutletCollectionAttr>()) in CheckObjCPropertyAttributes()2791 PropertyDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in CheckObjCPropertyAttributes()
2673 ObjCPropertyDecl *PropertyDecl; variable2692 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()2713 return PropertyDecl; in getPropertyDecl()2715 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
2782 ObjCPropertyDecl *PropertyDecl; variable2806 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()2828 return PropertyDecl; in getPropertyDecl()2830 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()