Searched defs:CallEndCatch (Results 1 – 1 of 1) sorted by relevance
3530 struct CallEndCatch final : EHScopeStack::Cleanup { struct3531 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch() argument3532 bool MightThrow;3534 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()