Searched defs:ThrowExpr (Results 1 – 5 of 5) sorted by relevance
1665 class ThrowExpr : public Expr { class1669 ThrowExpr(Node *Op_) : Op(Op_) {} in ThrowExpr() function in __anon17245d330111::ThrowExpr
2705 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
4350 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local7219 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