Searched refs:PIkind (Results 1 – 1 of 1) sorted by relevance
923 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl() local924 if ((PIkind & (ObjCPropertyDecl::OBJC_PR_atomic | in ActOnPropertyImplDecl()942 (PIkind & ObjCPropertyDecl::OBJC_PR_readonly) && in ActOnPropertyImplDecl()952 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()953 if (PIkind & ObjCPropertyDecl::OBJC_PR_readwrite) { in ActOnPropertyImplDecl()