Searched refs:CallEndCatch (Results 1 – 1 of 1) sorted by relevance
4426 struct CallEndCatch final : EHScopeStack::Cleanup { struct4427 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch() argument4451 CGF.EHStack.pushCleanup<CallEndCatch>(NormalAndEHCleanup, EndMightThrow); in CallBeginCatch()