Searched refs:lhsType (Results 1 – 3 of 3) sorted by relevance
1387 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local1389 if (lhsType != rhsType && in ActOnPropertyImplDecl()1390 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()1735 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch() local1737 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
10566 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument10573 (!isObjCMethod && isNonNullType(Context, lhsType))) && in CheckReturnValExpr()
12587 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,