Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1480 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local
1482 bool compat = Context.hasSameType(PropertyIvarType, GetterType); in DiagnosePropertyAccessorMismatch()
1487 (getterObjCPtr = GetterType->getAs<ObjCObjectPointerType>())) in DiagnosePropertyAccessorMismatch()
1489 else if (CheckAssignmentConstraints(Loc, GetterType, PropertyIvarType) in DiagnosePropertyAccessorMismatch()
1493 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()
1499 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch()