Home | History | Annotate | Download | only in Sema

Lines Matching refs:cleanups

602     ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue);
604 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue);
607 if (cleanups) {
608 cleanups->setSubExpr(E);
1129 // cleanups from the enclosing full-expression.