Searched refs:CleanupTy (Results 1 – 1 of 1) sorted by relevance
558 class CleanupTy final : public EHScopeStack::Cleanup { class562 explicit CleanupTy(PrePostActionTy *Action) : Action(Action) {} in CleanupTy() function in __anon90c6c1b10111::CleanupTy575 CGF.EHStack.pushCleanup<CleanupTy>(NormalAndEHCleanup, PrePostAction); in operator ()()