Searched refs:PIDecl (Results 1 – 2 of 2) sorted by relevance
438 ObjCPropertyDecl *PIDecl = CCPrimary->FindPropertyVisibleInPrimaryClass( in HandlePropertyInClassExtension() local442 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()444 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()449 if (PIDecl) { in HandlePropertyInClassExtension()453 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()460 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()466 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()471 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()475 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()476 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()[all …]
4103 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local4106 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()