Searched defs:ThrowExpr (Results 1 – 5 of 5) sorted by relevance
123 ThrowExpr, enumerator
5042 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local5068 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Live->IgnoreParens())) { in HandleConditionalOperatorLValueSimpleCase() local
4883 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local7774 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
4176 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
2334 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function