Searched refs:PIkind (Results 1 – 1 of 1) sorted by relevance
1128 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl() local1129 if ((PIkind & (ObjCPropertyDecl::OBJC_PR_atomic | in ActOnPropertyImplDecl()1147 (PIkind & ObjCPropertyDecl::OBJC_PR_readonly) && in ActOnPropertyImplDecl()1157 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()1158 if (PIkind & ObjCPropertyDecl::OBJC_PR_readwrite) { in ActOnPropertyImplDecl()