Searched refs:lhsType (Results 1 – 3 of 3) sorted by relevance
1377 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local1379 if (lhsType != rhsType && in ActOnPropertyImplDecl()1380 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()1724 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch() local1726 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
10306 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument10313 (!isObjCMethod && isNonNullType(lhsType))) && in CheckReturnValExpr()
3051 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,