Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1714 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local
1717 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch()
1723 (getterObjCPtr = GetterType->getAs<ObjCObjectPointerType>())) in DiagnosePropertyAccessorMismatch()
1725 else if (CheckAssignmentConstraints(Loc, GetterType, PropertyRValueType) in DiagnosePropertyAccessorMismatch()
1729 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()
1735 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch()