Searched defs:ThrowExpr (Results 1 – 7 of 7) sorted by relevance
66 const CXXThrowExpr *ThrowExpr) { in diagnoseThrowLocations()
125 ThrowExpr, global() enumerator
5030 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { EmitLValueOrThrowExpression() local 5056 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Live->IgnoreParens())) { HandleConditionalOperatorLValueSimpleCase() local
4883 if (const Expr *ThrowExpr = S.getThrowExpr()) { EmitThrowStmt() local 7774 if (const Expr *ThrowExpr = S.getThrowExpr()) { EmitThrowStmt() local
4176 if (const Expr *ThrowExpr = S.getThrowExpr()) { EmitThrowStmt() local
2334 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} ThrowExpr() function
2335 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} ThrowExpr() function