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