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