Searched refs:ThrowExpr (Results 1 – 6 of 6) sorted by relevance
87 NODE(ThrowExpr)
2377 class ThrowExpr : public Node {2381 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function5419 return make<ThrowExpr>(Ex); in parseExpr()
123 ThrowExpr, enumerator563 return PGOHash::ThrowExpr; in DEFINE_NESTABLE_TRAVERSAL()
5380 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local5381 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()5407 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Live->IgnoreParens())) { in HandleConditionalOperatorLValueSimpleCase() local5408 CGF.EmitCXXThrowExpr(ThrowExpr); in HandleConditionalOperatorLValueSimpleCase()
4783 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4784 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()7661 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local7662 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
4267 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4268 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()