Searched refs:PIDecl (Results 1 – 2 of 2) sorted by relevance
446 ObjCPropertyDecl *PIDecl = CCPrimary->FindPropertyVisibleInPrimaryClass( in HandlePropertyInClassExtension() local450 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()452 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()457 if (PIDecl) { in HandlePropertyInClassExtension()461 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()468 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()474 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()479 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()483 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()484 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()[all …]
4027 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local4030 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()