Searched refs:PIDecl (Results 1 – 2 of 2) sorted by relevance
440 ObjCPropertyDecl *PIDecl = CCPrimary->FindPropertyVisibleInPrimaryClass( in HandlePropertyInClassExtension() local444 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()446 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()451 if (PIDecl) { in HandlePropertyInClassExtension()455 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()462 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()468 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()473 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()477 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()478 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()[all …]
3803 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local3806 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()