Searched refs:ThrowExpr (Results 1 – 5 of 5) sorted by relevance
118 ThrowExpr, enumerator346 return PGOHash::ThrowExpr; in DEFINE_NESTABLE_TRAVERSAL()
4511 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local4512 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()4542 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(live->IgnoreParens())) { in EmitConditionalOperatorLValue() local4543 EmitCXXThrowExpr(ThrowExpr); in EmitConditionalOperatorLValue()
4952 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4953 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()7841 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local7842 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
3952 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local3953 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
98 X(ThrowExpr) \2026 class ThrowExpr : public Node {2030 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function5004 return make<ThrowExpr>(Ex); in parseExpr()