Searched refs:ThrowExpr (Results 1 – 2 of 2) sorted by relevance
4128 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4129 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()6997 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local6998 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
2704 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local2705 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()