Searched refs:ThrowExpr (Results 1 – 5 of 5) sorted by relevance
93 X(ThrowExpr) \1864 class ThrowExpr : public Node {1868 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function4626 return make<ThrowExpr>(Ex); in parseExpr()
1665 class ThrowExpr : public Expr { class1669 ThrowExpr(Node *Op_) : Op(Op_) {} in ThrowExpr() function in __anon17245d330111::ThrowExpr4365 return make<ThrowExpr>(Ex); in parseExpr()
4350 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local4351 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()7219 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local7220 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
2705 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local2706 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt()
3474 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local3475 CGF.EmitCXXThrowExpr(ThrowExpr, /*KeepInsertionPoint*/false); in EmitLValueOrThrowExpression()