Searched refs:ThrowExpr (Results 1 – 6 of 6) sorted by relevance
87 NODE(ThrowExpr)
2330 class ThrowExpr : public Node {2334 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function5176 return make<ThrowExpr>(Ex); in parseExpr()
123 ThrowExpr, enumerator563 return PGOHash::ThrowExpr; in DEFINE_NESTABLE_TRAVERSAL()
5042 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local5043 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()5068 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Live->IgnoreParens())) { in HandleConditionalOperatorLValueSimpleCase() local5069 CGF.EmitCXXThrowExpr(ThrowExpr); in HandleConditionalOperatorLValueSimpleCase()
4883 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4884 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()7774 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local7775 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
4176 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4177 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()