Searched refs:PIkind (Results 1 – 1 of 1) sorted by relevance
215 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten(); in HandlePropertyInClassExtension() local216 if (isReadWrite && (PIkind & ObjCPropertyDecl::OBJC_PR_readonly)) { in HandlePropertyInClassExtension()223 (PIkind & retainCopyNonatomic)) { in HandlePropertyInClassExtension()237 PIkind); in HandlePropertyInClassExtension()263 (PIkind & ObjCPropertyDecl::OBJC_PR_readwrite) in HandlePropertyInClassExtension()540 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl() local541 if ((PIkind & (ObjCPropertyDecl::OBJC_PR_atomic | in ActOnPropertyImplDecl()