Searched defs:CallEndCatch (Results 1 – 1 of 1) sorted by relevance
914 struct CallEndCatch : EHScopeStack::Cleanup { struct915 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch() argument916 bool MightThrow;918 void Emit(CodeGenFunction &CGF, Flags flags) { in Emit()