Home
last modified time | relevance | path

Searched refs:lhsType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1183 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local
1185 if (lhsType != rhsType && in ActOnPropertyImplDecl()
1186 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()
1498 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch() local
1500 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
DSemaChecking.cpp5615 CheckReturnStackAddr(Sema &S, Expr *RetValExp, QualType lhsType, in CheckReturnStackAddr() argument
5623 if (lhsType->isPointerType() || in CheckReturnStackAddr()
5624 (!S.getLangOpts().ObjCAutoRefCount && lhsType->isBlockPointerType())) { in CheckReturnStackAddr()
5626 } else if (lhsType->isReferenceType()) { in CheckReturnStackAddr()
5648 S.Diag(diagLoc, diag::warn_ret_stack_addr_ref) << lhsType->isReferenceType() in CheckReturnStackAddr()
5656 << lhsType->isReferenceType() << diagRange; in CheckReturnStackAddr()
5993 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument
5998 CheckReturnStackAddr(*this, RetValExp, lhsType, ReturnLoc); in CheckReturnValExpr()
6002 (!isObjCMethod && isNonNullType(Context, lhsType))) && in CheckReturnValExpr()
/external/clang/include/clang/Sema/
DSema.h9079 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,