Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1435 Expr *ResExpr = Res.getAs<Expr>(); in ActOnPropertyImplDecl() local
1436 if (ResExpr) in ActOnPropertyImplDecl()
1437 ResExpr = MaybeCreateExprWithCleanups(ResExpr); in ActOnPropertyImplDecl()
1438 PIDecl->setGetterCXXConstructor(ResExpr); in ActOnPropertyImplDecl()