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