Searched refs:PIDecl (Results 1 – 2 of 2) sorted by relevance
430 ObjCPropertyDecl *PIDecl = CCPrimary->FindPropertyVisibleInPrimaryClass( in HandlePropertyInClassExtension() local434 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()436 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()441 if (PIDecl) { in HandlePropertyInClassExtension()445 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()452 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()458 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()463 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()467 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()468 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()[all …]
4110 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local4113 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()