Searched refs:setPropertyAttributes (Results 1 – 7 of 7) sorted by relevance
93 property->setPropertyAttributes(attr); in checkPropertyDeclWithOwnership()660 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_getter); in CreatePropertyDecl()663 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_setter); in CreatePropertyDecl()669 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain); in CreatePropertyDecl()672 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CreatePropertyDecl()675 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_weak); in CreatePropertyDecl()678 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_copy); in CreatePropertyDecl()684 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_assign); in CreatePropertyDecl()690 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_atomic); in CreatePropertyDecl()694 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_assign); in CreatePropertyDecl()[all …]
853 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly); in ParseObjCPropertyAttribute()855 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign); in ParseObjCPropertyAttribute()859 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readwrite); in ParseObjCPropertyAttribute()861 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain); in ParseObjCPropertyAttribute()863 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong); in ParseObjCPropertyAttribute()865 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy); in ParseObjCPropertyAttribute()869 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_atomic); in ParseObjCPropertyAttribute()871 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak); in ParseObjCPropertyAttribute()903 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_setter); in ParseObjCPropertyAttribute()912 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_getter); in ParseObjCPropertyAttribute()[all …]
8463 property_decl->setPropertyAttributes( in AddObjCClassProperty()8476 property_decl->setPropertyAttributes( in AddObjCClassProperty()8483 property_decl->setPropertyAttributes( in AddObjCClassProperty()8486 property_decl->setPropertyAttributes( in AddObjCClassProperty()8489 property_decl->setPropertyAttributes( in AddObjCClassProperty()8492 property_decl->setPropertyAttributes( in AddObjCClassProperty()8495 property_decl->setPropertyAttributes( in AddObjCClassProperty()8498 property_decl->setPropertyAttributes( in AddObjCClassProperty()8501 property_decl->setPropertyAttributes( in AddObjCClassProperty()8505 property_decl->setPropertyAttributes( in AddObjCClassProperty()[all …]
846 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() function
844 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() function
1256 D->setPropertyAttributes( in VisitObjCPropertyDecl()
4738 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()