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