Searched refs:ThrowExpr (Results 1 – 8 of 8) sorted by relevance
83 NODE(ThrowExpr)
2189 class ThrowExpr : public Node {2193 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function4788 return make<ThrowExpr>(Ex); in parseExpr()
119 ThrowExpr, enumerator347 return PGOHash::ThrowExpr; in DEFINE_NESTABLE_TRAVERSAL()
4577 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local4578 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()4603 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Live->IgnoreParens())) { in HandleConditionalOperatorLValueSimpleCase() local4604 CGF.EmitCXXThrowExpr(ThrowExpr); in HandleConditionalOperatorLValueSimpleCase()
4901 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4902 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()7821 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local7822 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
4036 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4037 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()