Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1614 const IdentifierInfo *inheritedName, in DiagnosePropertyMismatch() argument
1630 << Property->getDeclName() << inheritedName; in DiagnosePropertyMismatch()
1634 << Property->getDeclName() << "copy" << inheritedName; in DiagnosePropertyMismatch()
1644 << Property->getDeclName() << "retain (or strong)" << inheritedName; in DiagnosePropertyMismatch()
1658 << Property->getDeclName() << "setter" << inheritedName; in DiagnosePropertyMismatch()
1663 << Property->getDeclName() << "getter" << inheritedName; in DiagnosePropertyMismatch()
1681 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()