Searched refs:getThrowExpr (Results 1 – 9 of 9) sorted by relevance
370 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function371 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
631 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()633 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
7575 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
2047 if (S->getThrowExpr()) in RewriteObjCThrowStmt()2062 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
1966 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
4783 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()7661 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
4267 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
1634 Record.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
9036 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()9037 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()9043 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()