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