Searched refs:ThrowExpr (Results 1 – 6 of 6) sorted by relevance
87 NODE(ThrowExpr)
2331 class ThrowExpr : public Node {2335 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function5177 return make<ThrowExpr>(Ex); in parseExpr()
121 ThrowExpr, enumerator474 return PGOHash::ThrowExpr; in DEFINE_NESTABLE_TRAVERSAL()
4982 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local4983 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()5008 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Live->IgnoreParens())) { in HandleConditionalOperatorLValueSimpleCase() local5009 CGF.EmitCXXThrowExpr(ThrowExpr); in HandleConditionalOperatorLValueSimpleCase()
4875 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4876 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()7768 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local7769 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
4177 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4178 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()