Searched refs:EndCatchMightThrow (Results 1 – 2 of 2) sorted by relevance
250 bool EndCatchMightThrow = (Handler.Variable == nullptr); in EmitTryCatchStmt() local253 EndCatchMightThrow, in EmitTryCatchStmt()
4826 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam() local4829 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow); in InitCatchParam()