Lines Matching refs:kind_atomic
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()
2165 if (!(AttributesAsWritten & ObjCPropertyAttribute::kind_atomic) && in AtomicPropertySetterGetterRules()
2214 !(AttributesAsWritten & ObjCPropertyAttribute::kind_atomic)) { in AtomicPropertySetterGetterRules()
2746 if ((Attributes & ObjCPropertyAttribute::kind_atomic) && in CheckObjCPropertyAttributes()
2750 Attributes &= ~ObjCPropertyAttribute::kind_atomic; in CheckObjCPropertyAttributes()