Searched refs:setPropertyAttributes (Results 1 – 6 of 6) sorted by relevance
91 property->setPropertyAttributes(attr); in checkARCPropertyDecl()295 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly); in HandlePropertyInClassExtension()297 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readwrite); in HandlePropertyInClassExtension()376 setPropertyAttributes((ObjCDeclSpec::ObjCPropertyAttributeKind) in HandlePropertyInClassExtension()393 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain); in HandlePropertyInClassExtension()395 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in HandlePropertyInClassExtension()397 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_copy); in HandlePropertyInClassExtension()488 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly); in CreatePropertyDecl()491 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_getter); in CreatePropertyDecl()494 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_setter); in CreatePropertyDecl()[all …]
569 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly); in ParseObjCPropertyAttribute()571 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign); in ParseObjCPropertyAttribute()573 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_unsafe_unretained); in ParseObjCPropertyAttribute()575 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readwrite); in ParseObjCPropertyAttribute()577 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain); in ParseObjCPropertyAttribute()579 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong); in ParseObjCPropertyAttribute()581 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy); in ParseObjCPropertyAttribute()583 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nonatomic); in ParseObjCPropertyAttribute()585 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_atomic); in ParseObjCPropertyAttribute()587 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak); in ParseObjCPropertyAttribute()[all …]
758 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() function
1799 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() function
819 D->setPropertyAttributes( in VisitObjCPropertyDecl()
3537 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()