Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1418 const IdentifierInfo *inheritedName, in DiagnosePropertyMismatch() argument
1435 << Property->getDeclName() << inheritedName; in DiagnosePropertyMismatch()
1439 << Property->getDeclName() << "copy" << inheritedName; in DiagnosePropertyMismatch()
1451 << Property->getDeclName() << "retain (or strong)" << inheritedName; in DiagnosePropertyMismatch()
1461 << Property->getDeclName() << "setter" << inheritedName; in DiagnosePropertyMismatch()
1466 << Property->getDeclName() << "getter" << inheritedName; in DiagnosePropertyMismatch()
1484 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()