Searched defs:CallEndCatch (Results 1 – 1 of 1) sorted by relevance
3333 struct CallEndCatch : EHScopeStack::Cleanup { struct3334 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch() argument3335 bool MightThrow;3337 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()