Searched refs:PropInSuperClass (Results 1 – 1 of 1) sorted by relevance
1667 ObjCPropertyDecl *PropInSuperClass = SuperPropMap[Prop->getIdentifier()]; in DefaultSynthesizeProperties() local1674 if (!SuperClassImplementsProperty(IDecl, Prop) && !PropInSuperClass) { in DefaultSynthesizeProperties()1683 if (PropInSuperClass) { in DefaultSynthesizeProperties()1685 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties()1691 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()1696 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()