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