Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1274 Expr *ResExpr = Res.getAs<Expr>(); in ActOnPropertyImplDecl() local
1275 if (ResExpr) in ActOnPropertyImplDecl()
1276 ResExpr = MaybeCreateExprWithCleanups(ResExpr); in ActOnPropertyImplDecl()
1277 PIDecl->setGetterCXXConstructor(ResExpr); in ActOnPropertyImplDecl()