Home | History | Annotate | Download | only in Sema

Lines Matching refs:cleanups

569   if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr))
570 expr = cleanups->getSubExpr();
1719 // Wrap up any cleanups in the expression.