Lines Matching refs:kind_atomic
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()
2196 if (!(AttributesAsWritten & ObjCPropertyAttribute::kind_atomic) && in AtomicPropertySetterGetterRules()
2245 !(AttributesAsWritten & ObjCPropertyAttribute::kind_atomic)) { in AtomicPropertySetterGetterRules()
2776 if ((Attributes & ObjCPropertyAttribute::kind_atomic) && in CheckObjCPropertyAttributes()
2780 Attributes &= ~ObjCPropertyAttribute::kind_atomic; in CheckObjCPropertyAttributes()