Searched refs:SuperProperty (Results 1 – 2 of 2) sorted by relevance
1402 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument1408 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()1443 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()1444 if (Property->getSetterName() != SuperProperty->getSetterName()) { in DiagnosePropertyMismatch()1447 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()1449 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()1452 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()1456 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()1469 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()1470 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
7324 ObjCPropertyDecl *SuperProperty,