Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:cleanups

1369   ArrayRef<ExprWithCleanups::CleanupObject> cleanups;
1372 cleanups = withCleanups->getObjects();
1418 if (!cleanups.empty())
1419 arrayInit = ExprWithCleanups::Create(ctx, arrayInit, cleanups);