Searched refs:PropInSuperClass (Results 1 – 1 of 1) sorted by relevance
1561 ObjCPropertyDecl *PropInSuperClass = SuperPropMap[Prop->getIdentifier()]; in DefaultSynthesizeProperties() local1568 if (!SuperClassImplementsProperty(IDecl, Prop) && !PropInSuperClass) { in DefaultSynthesizeProperties()1577 if (PropInSuperClass) { in DefaultSynthesizeProperties()1579 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties()1585 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()1590 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()