Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1473 Expr *ResExpr = Res.getAs<Expr>(); in ActOnPropertyImplDecl() local
1474 if (ResExpr) in ActOnPropertyImplDecl()
1475 ResExpr = MaybeCreateExprWithCleanups(ResExpr); in ActOnPropertyImplDecl()
1476 PIDecl->setGetterCXXConstructor(ResExpr); in ActOnPropertyImplDecl()