Searched refs:lhsType (Results 1 – 3 of 3) sorted by relevance
1386 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local1388 if (lhsType != rhsType && in ActOnPropertyImplDecl()1389 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()1733 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch() local1735 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
13907 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument13914 (!isObjCMethod && isNonNullType(lhsType))) && in CheckReturnValExpr()
14062 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,