Searched refs:PIDecl (Results 1 – 4 of 4) sorted by relevance
445 ObjCPropertyDecl *PIDecl = CCPrimary->FindPropertyVisibleInPrimaryClass( in HandlePropertyInClassExtension() local449 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()451 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()456 if (PIDecl) { in HandlePropertyInClassExtension()460 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()467 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()473 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()478 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()482 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()483 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()[all …]
4087 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local4090 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()
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()