Searched refs:lhsType (Results 1 – 3 of 3) sorted by relevance
1367 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local1369 if (lhsType != rhsType && in ActOnPropertyImplDecl()1370 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()1713 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch() local1715 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
9136 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument9143 (!isObjCMethod && isNonNullType(lhsType))) && in CheckReturnValExpr()
2599 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,