Searched defs:ThrowExpr (Results 1 – 5 of 5) sorted by relevance
118 ThrowExpr, enumerator
4511 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local4542 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(live->IgnoreParens())) { in EmitConditionalOperatorLValue() local
4952 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local7841 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
3952 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
2030 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function