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