Searched refs:ThrowExpr (Results 1 – 3 of 3) sorted by relevance
4063 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4064 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()6947 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local6948 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
2663 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local2664 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
2858 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local2859 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()