Searched refs:PIkind (Results 1 – 1 of 1) sorted by relevance
1103 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl() local1104 if ((PIkind & (ObjCPropertyAttribute::kind_atomic | in ActOnPropertyImplDecl()1121 if (Synthesize && (PIkind & ObjCPropertyAttribute::kind_readonly) && in ActOnPropertyImplDecl()1129 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()1130 if (PIkind & ObjCPropertyAttribute::kind_readwrite) { in ActOnPropertyImplDecl()