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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1183 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); local
1185 if (lhsType != rhsType &&
1186 lhsType->isArithmeticType()) {
1498 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); local
1500 if (lhsType != rhsType && lhsType->isArithmeticType())
H A DSemaChecking.cpp5624 CheckReturnStackAddr(Sema &S, Expr *RetValExp, QualType lhsType, argument
5632 if (lhsType->isPointerType() ||
5633 (!S.getLangOpts().ObjCAutoRefCount && lhsType->isBlockPointerType())) {
5635 } else if (lhsType->isReferenceType()) {
5657 S.Diag(diagLoc, diag::warn_ret_stack_addr_ref) << lhsType->isReferenceType()
5665 << lhsType->isReferenceType() << diagRange;
6002 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, argument
6007 CheckReturnStackAddr(*this, RetValExp, lhsType, ReturnLoc);
6011 (!isObjCMethod && isNonNullType(Context, lhsType))) &&
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9090 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,

Completed in 99 milliseconds