Searched refs:kind_nonatomic (Results 1 – 11 of 11) sorted by relevance
30 kind_nonatomic = 0x40, enumerator
301 if (Attributes & ObjCPropertyAttribute::kind_nonatomic) in makePropertyAttributesAsWritten()302 attributesAsWritten |= ObjCPropertyAttribute::kind_nonatomic; in makePropertyAttributesAsWritten()349 ObjCPropertyAttribute::kind_nonatomic) == 0; in checkAtomicPropertyMismatch()351 ObjCPropertyAttribute::kind_nonatomic) == 0; in checkAtomicPropertyMismatch()363 if (Attrs & ObjCPropertyAttribute::kind_nonatomic) in checkAtomicPropertyMismatch()377 ObjCPropertyAttribute::kind_nonatomic); in checkAtomicPropertyMismatch()385 Attrs |= ObjCPropertyAttribute::kind_nonatomic; in checkAtomicPropertyMismatch()688 if (Attributes & ObjCPropertyAttribute::kind_nonatomic) in CreatePropertyDecl()689 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_nonatomic); in CreatePropertyDecl()1129 ObjCPropertyAttribute::kind_nonatomic)) == 0) { in ActOnPropertyImplDecl()[all …]
6671 ObjCPropertyAttribute::kind_nonatomic)) in CodeCompleteObjCPropertyFlags()
1463 ObjCPropertyAttribute::kind_nonatomic) { in VisitObjCPropertyDecl()
1029 Attrs & ObjCPropertyAttribute::kind_nonatomic); in VisitObjCPropertyDecl()
2243 if (Attrs & ObjCPropertyAttribute::kind_nonatomic) in VisitObjCPropertyDecl()
7075 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_nonatomic) in getObjCEncodingForPropertyDecl()
794 !(Attributes & ObjCPropertyAttribute::kind_nonatomic) && in RewritePropertyImplDecl()875 if (Attributes & ObjCPropertyAttribute::kind_nonatomic) in RewritePropertyImplDecl()
946 !(Attributes & ObjCPropertyAttribute::kind_nonatomic) && in RewritePropertyImplDecl()1027 if (Attributes & ObjCPropertyAttribute::kind_nonatomic) in RewritePropertyImplDecl()
878 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nonatomic); in ParseObjCPropertyAttribute()
7733 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_nonatomic); in AddObjCClassProperty()