Searched refs:SuperProperty (Results 1 – 2 of 2) sorted by relevance
1305 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument1311 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()1347 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()1349 if (Property->getSetterName() != SuperProperty->getSetterName()) { in DiagnosePropertyMismatch()1352 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()1354 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()1357 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()1361 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()1374 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()1375 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
6982 ObjCPropertyDecl *SuperProperty,