Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1403 const IdentifierInfo *inheritedName, in DiagnosePropertyMismatch() argument
1420 << Property->getDeclName() << inheritedName; in DiagnosePropertyMismatch()
1424 << Property->getDeclName() << "copy" << inheritedName; in DiagnosePropertyMismatch()
1436 << Property->getDeclName() << "retain (or strong)" << inheritedName; in DiagnosePropertyMismatch()
1446 << Property->getDeclName() << "setter" << inheritedName; in DiagnosePropertyMismatch()
1451 << Property->getDeclName() << "getter" << inheritedName; in DiagnosePropertyMismatch()
1469 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()