Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1637 const IdentifierInfo *inheritedName, in DiagnosePropertyMismatch() argument
1652 << Property->getDeclName() << inheritedName; in DiagnosePropertyMismatch()
1656 << Property->getDeclName() << "copy" << inheritedName; in DiagnosePropertyMismatch()
1666 << Property->getDeclName() << "retain (or strong)" << inheritedName; in DiagnosePropertyMismatch()
1680 << Property->getDeclName() << "setter" << inheritedName; in DiagnosePropertyMismatch()
1685 << Property->getDeclName() << "getter" << inheritedName; in DiagnosePropertyMismatch()
1703 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()