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