Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1306 const IdentifierInfo *inheritedName, in DiagnosePropertyMismatch() argument
1323 << Property->getDeclName() << inheritedName; in DiagnosePropertyMismatch()
1327 << Property->getDeclName() << "copy" << inheritedName; in DiagnosePropertyMismatch()
1339 << Property->getDeclName() << "retain (or strong)" << inheritedName; in DiagnosePropertyMismatch()
1346 << Property->getDeclName() << "atomic" << inheritedName; in DiagnosePropertyMismatch()
1351 << Property->getDeclName() << "setter" << inheritedName; in DiagnosePropertyMismatch()
1356 << Property->getDeclName() << "getter" << inheritedName; in DiagnosePropertyMismatch()
1374 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()