Searched refs:getThrowExpr (Results 1 – 7 of 7) sorted by relevance
323 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function324 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
437 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()439 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
895 Writer.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
5452 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()5453 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()5459 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()
3210 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()6045 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
2287 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
2091 if (S->getThrowExpr()) in RewriteObjCThrowStmt()