Searched defs:ThrowExpr (Results 1 – 5 of 5) sorted by relevance
117 ThrowExpr, enumerator
4911 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local7800 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
3948 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
4269 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local
1970 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function