Home
last modified time | relevance | path

Searched refs:SuperProperty (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1305 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1311 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()
/external/clang/include/clang/Sema/
DSema.h6982 ObjCPropertyDecl *SuperProperty,