Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1164 Expr *ResExpr = Res.getAs<Expr>(); in ActOnPropertyImplDecl() local
1165 if (ResExpr) in ActOnPropertyImplDecl()
1166 ResExpr = MaybeCreateExprWithCleanups(ResExpr); in ActOnPropertyImplDecl()
1167 PIDecl->setGetterCXXConstructor(ResExpr); in ActOnPropertyImplDecl()