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