Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1694 QualType PropertyRValueType = in DiagnosePropertyAccessorMismatch() local
1696 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch()
1701 PropertyRValueType->getAs<ObjCObjectPointerType>()) && in DiagnosePropertyAccessorMismatch()
1705 Loc, GetterType, PropertyRValueType) != Sema::Compatible) { in DiagnosePropertyAccessorMismatch()
1707 << property->getDeclName() << PropertyRValueType in DiagnosePropertyAccessorMismatch()
1713 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch()