Home | History | Annotate | Download | only in Sema

Lines Matching refs:cleanups

495   if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr))
496 expr = cleanups->getSubExpr();
1171 // Wrap up any cleanups in the expression.