Searched refs:kind_atomic (Results 1 – 10 of 10) sorted by relevance
32 kind_atomic = 0x100, enumerator
843 return (PropertyAttributes & ObjCPropertyAttribute::kind_atomic); in isAtomic()
296 if (Attributes & ObjCPropertyAttribute::kind_atomic) in makePropertyAttributesAsWritten()297 attributesAsWritten |= ObjCPropertyAttribute::kind_atomic; in makePropertyAttributesAsWritten()361 ObjCPropertyAttribute::kind_atomic) in checkAtomicPropertyMismatch()369 const unsigned AtomicityMask = (ObjCPropertyAttribute::kind_atomic | in checkAtomicPropertyMismatch()376 Attrs |= ObjCPropertyAttribute::kind_atomic; in checkAtomicPropertyMismatch()669 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_atomic); in CreatePropertyDecl()914 ObjCPropertyAttribute::kind_atomic)) { in SelectPropertyForSynthesisFromProtocols()915 Diag(OriginalAttributes & ObjCPropertyAttribute::kind_atomic, "atomic"); in SelectPropertyForSynthesisFromProtocols()1103 if ((PIkind & (ObjCPropertyAttribute::kind_atomic | in ActOnPropertyImplDecl()1517 ObjCPropertyAttribute::kind_atomic) { in ActOnPropertyImplDecl()[all …]
7535 ObjCPropertyAttribute::kind_atomic)) in CodeCompleteObjCPropertyFlags()
1487 RenderAttribute(ObjCPropertyAttribute::kind_atomic, "atomic"); in getFragmentsForObjCProperty()
1619 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic) { in VisitObjCPropertyDecl()
1206 attributeOnlyIfTrue("atomic", Attrs & ObjCPropertyAttribute::kind_atomic); in VisitObjCPropertyDecl()
2822 if (Attrs & ObjCPropertyAttribute::kind_atomic) in VisitObjCPropertyDecl()
3690 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()3790 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
934 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_atomic); in ParseObjCPropertyAttribute()