Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1367 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local
1369 if (lhsType != rhsType && in ActOnPropertyImplDecl()
1370 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()
1713 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch() local
1715 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
H A DSemaChecking.cpp9136 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument
9143 (!isObjCMethod && isNonNullType(lhsType))) && in CheckReturnValExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2599 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,