Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1387 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local
1389 if (lhsType != rhsType && in ActOnPropertyImplDecl()
1390 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()
1734 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch() local
1736 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
H A DSemaChecking.cpp12170 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr() argument
12177 (!isObjCMethod && isNonNullType(lhsType))) && in CheckReturnValExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13609 void CheckReturnValExpr(Expr *RetValExp, QualType lhsType,