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.cpp1377 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local
1379 if (lhsType != rhsType && in ActOnPropertyImplDecl()
1380 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()
1724 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch() local
1726 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
H A DSemaChecking.cpp10306 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument
10313 (!isObjCMethod && isNonNullType(lhsType))) && in CheckReturnValExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3051 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,