Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1451 Expr *ResExpr = Res.getAs<Expr>(); in ActOnPropertyImplDecl() local
1452 if (ResExpr) in ActOnPropertyImplDecl()
1453 ResExpr = SemaRef.MaybeCreateExprWithCleanups(ResExpr); in ActOnPropertyImplDecl()
1454 PIDecl->setGetterCXXConstructor(ResExpr); in ActOnPropertyImplDecl()