Searched refs:kind_atomic (Results 1 – 9 of 9) sorted by relevance
32 kind_atomic = 0x100, enumerator
861 return (PropertyAttributes & ObjCPropertyAttribute::kind_atomic); in isAtomic()
303 if (Attributes & ObjCPropertyAttribute::kind_atomic) in makePropertyAttributesAsWritten()304 attributesAsWritten |= ObjCPropertyAttribute::kind_atomic; in makePropertyAttributesAsWritten()368 ObjCPropertyAttribute::kind_atomic) in checkAtomicPropertyMismatch()376 const unsigned AtomicityMask = (ObjCPropertyAttribute::kind_atomic | in checkAtomicPropertyMismatch()383 Attrs |= ObjCPropertyAttribute::kind_atomic; in checkAtomicPropertyMismatch()691 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_atomic); in CreatePropertyDecl()936 ObjCPropertyAttribute::kind_atomic)) { in SelectPropertyForSynthesisFromProtocols()937 Diag(OriginalAttributes & ObjCPropertyAttribute::kind_atomic, "atomic"); in SelectPropertyForSynthesisFromProtocols()1128 if ((PIkind & (ObjCPropertyAttribute::kind_atomic | in ActOnPropertyImplDecl()1548 ObjCPropertyAttribute::kind_atomic) { in ActOnPropertyImplDecl()[all …]
6674 ObjCPropertyAttribute::kind_atomic)) in CodeCompleteObjCPropertyFlags()
1467 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic) { in VisitObjCPropertyDecl()
1030 attributeOnlyIfTrue("atomic", Attrs & ObjCPropertyAttribute::kind_atomic); in VisitObjCPropertyDecl()
2245 if (Attrs & ObjCPropertyAttribute::kind_atomic) in VisitObjCPropertyDecl()
3619 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()3703 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
880 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_atomic); in ParseObjCPropertyAttribute()