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()1734 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch() local1736 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
12170 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument12177 (!isObjCMethod && isNonNullType(lhsType))) && in CheckReturnValExpr()
13609 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,