Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1385 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local
1387 bool compat = Context.hasSameType(PropertyIvarType, GetterType); in DiagnosePropertyAccessorMismatch()
1390 isa<ObjCObjectPointerType>(GetterType)) in DiagnosePropertyAccessorMismatch()
1393 GetterType->getAs<ObjCObjectPointerType>(), in DiagnosePropertyAccessorMismatch()
1395 else if (CheckAssignmentConstraints(Loc, GetterType, PropertyIvarType) in DiagnosePropertyAccessorMismatch()
1399 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()
1405 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch()