Searched refs:SuperProperty (Results 1 – 2 of 2) sorted by relevance
1417 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument1423 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()1458 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()1459 if (Property->getSetterName() != SuperProperty->getSetterName()) { in DiagnosePropertyMismatch()1462 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()1464 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()1467 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()1471 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()1484 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()1485 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
7494 ObjCPropertyDecl *SuperProperty,