Home | History | Annotate | Download | only in Sema

Lines Matching refs:cleanups

4019     // Set the "needs cleanups" bit regardless of whether there are
10071 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement);
10072 if (!cleanups) return nullptr;
10074 ImplicitCastExpr *cast = dyn_cast<ImplicitCastExpr>(cleanups->getSubExpr());
10083 cleanups->setSubExpr(producer);
10084 return cleanups;
10107 assert(!ExprNeedsCleanups && "cleanups within StmtExpr not correctly bound!");
10442 // cleanups from the enclosing full-expression.
10585 assert(!ExprNeedsCleanups && "cleanups within block not correctly bound!");
11958 // If this initialization requires any cleanups (e.g., due to a