Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1461 Expr *ResExpr = Res.getAs<Expr>(); in ActOnPropertyImplDecl() local
1462 if (ResExpr) in ActOnPropertyImplDecl()
1463 ResExpr = SemaRef.MaybeCreateExprWithCleanups(ResExpr); in ActOnPropertyImplDecl()
1464 PIDecl->setGetterCXXConstructor(ResExpr); in ActOnPropertyImplDecl()