Searched refs:ThrowExpr (Results 1 – 3 of 3) sorted by relevance
4283 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4284 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()7141 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local7142 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
2696 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local2697 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
3265 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local3266 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()