Searched defs:ThrowExpr (Results 1 – 12 of 12) sorted by relevance
22 public abstract class ThrowExpr implements Expr { class
4350 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local7219 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
2705 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
3474 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local
1868 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function
1972 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function
2194 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function
2335 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function
2334 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function