Searched refs:ThrowExpr (Results 1 – 5 of 5) sorted by relevance
117 ThrowExpr, enumerator328 return PGOHash::ThrowExpr; in DEFINE_NESTABLE_TRAVERSAL()
4701 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4702 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()7555 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local7556 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
3835 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local3836 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
4042 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local4043 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()
88 X(ThrowExpr) \1859 class ThrowExpr : public Node {1863 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function4621 return make<ThrowExpr>(Ex); in parseExpr()