Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1703 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local
1706 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch()
1712 (getterObjCPtr = GetterType->getAs<ObjCObjectPointerType>())) in DiagnosePropertyAccessorMismatch()
1715 SemaRef.CheckAssignmentConstraints(Loc, GetterType, in DiagnosePropertyAccessorMismatch()
1719 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()
1725 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch()