Searched refs:PIDecl (Results 1 – 2 of 2) sorted by relevance
377 ObjCPropertyDecl *PIDecl = in HandlePropertyInClassExtension() local380 if (!PIDecl) { in HandlePropertyInClassExtension()401 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) { in HandlePropertyInClassExtension()410 QualType PrimaryClassPropertyT = Context.getCanonicalType(PIDecl->getType()); in HandlePropertyInClassExtension()419 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()426 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten(); in HandlePropertyInClassExtension()430 PIkind |= deduceWeakPropertyFromType(*this, PIDecl->getType()); in HandlePropertyInClassExtension()436 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()440 Context.getCanonicalType(PIDecl->getType()).getUnqualifiedType(); in HandlePropertyInClassExtension()449 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()[all …]
2707 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local2709 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()