Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp870 const IdentifierInfo *inheritedName) { in DiagnosePropertyMismatch() argument
878 << Property->getDeclName() << inheritedName; in DiagnosePropertyMismatch()
882 << Property->getDeclName() << "copy" << inheritedName; in DiagnosePropertyMismatch()
894 << Property->getDeclName() << "retain (or strong)" << inheritedName; in DiagnosePropertyMismatch()
900 << Property->getDeclName() << "atomic" << inheritedName; in DiagnosePropertyMismatch()
903 << Property->getDeclName() << "setter" << inheritedName; in DiagnosePropertyMismatch()
906 << Property->getDeclName() << "getter" << inheritedName; in DiagnosePropertyMismatch()
922 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()