Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1088 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local
1090 if (lhsType != rhsType && in ActOnPropertyImplDecl()
1091 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()
1401 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch() local
1403 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
DSemaChecking.cpp4429 CheckReturnStackAddr(Sema &S, Expr *RetValExp, QualType lhsType, in CheckReturnStackAddr() argument
4437 if (lhsType->isPointerType() || in CheckReturnStackAddr()
4438 (!S.getLangOpts().ObjCAutoRefCount && lhsType->isBlockPointerType())) { in CheckReturnStackAddr()
4440 } else if (lhsType->isReferenceType()) { in CheckReturnStackAddr()
4462 S.Diag(diagLoc, lhsType->isReferenceType() ? diag::warn_ret_stack_ref in CheckReturnStackAddr()
4470 S.Diag(diagLoc, lhsType->isReferenceType() ? diag::warn_ret_local_temp_ref in CheckReturnStackAddr()
4804 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument
4809 CheckReturnStackAddr(*this, RetValExp, lhsType, ReturnLoc); in CheckReturnValExpr()
/external/clang/include/clang/Sema/
DSema.h8298 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,