Searched refs:PIDecl (Results 1 – 2 of 2) sorted by relevance
429 ObjCPropertyDecl *PIDecl = CCPrimary->FindPropertyVisibleInPrimaryClass( in HandlePropertyInClassExtension() local433 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()435 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()440 if (PIDecl) { in HandlePropertyInClassExtension()444 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()451 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()457 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()462 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()466 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()467 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()[all …]
4108 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local4111 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()