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