Searched refs:SuperProperty (Results 1 – 2 of 2) sorted by relevance
869 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument874 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()901 if (Property->getSetterName() != SuperProperty->getSetterName()) in DiagnosePropertyMismatch()904 if (Property->getGetterName() != SuperProperty->getGetterName()) in DiagnosePropertyMismatch()909 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()922 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()
4995 ObjCPropertyDecl *SuperProperty,