Home | History | Annotate | Download | only in Sema

Lines Matching refs:cleanups

546   if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr))
547 expr = cleanups->getSubExpr();
1541 // Wrap up any cleanups in the expression.