Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:cleanups

491 /// a full-expression so that the block's cleanups are pushed at the
503 // pushing cleanups as necessary.
514 // If there are cleanups to emit, enter them (but inactive).
571 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects();
573 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) {
1339 CodeGenFunction::RunCleanupsScope cleanups(*this);
1405 cleanups.ForceCleanup();