Searched refs:PIDecl (Results 1 – 2 of 2) sorted by relevance
436 ObjCPropertyDecl *PIDecl = in HandlePropertyInClassExtension() local440 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()442 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()447 if (PIDecl) { in HandlePropertyInClassExtension()451 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()458 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()464 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()469 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()473 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()474 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()[all …]
3655 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local3657 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()