Searched refs:PropInSuperClass (Results 1 – 1 of 1) sorted by relevance
1927 ObjCPropertyDecl *PropInSuperClass = in DefaultSynthesizeProperties() local1936 if (!SuperClassImplementsProperty(IDecl, Prop) && !PropInSuperClass) { in DefaultSynthesizeProperties()1949 if (PropInSuperClass) { in DefaultSynthesizeProperties()1952 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties()1958 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()1962 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()