Searched refs:getThrowExpr (Results 1 – 9 of 9) sorted by relevance
344 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function345 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
537 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()539 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
6501 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
1493 Record.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
2048 if (S->getThrowExpr()) in RewriteObjCThrowStmt()2063 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
1968 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
4952 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()7841 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
3952 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
7994 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()7995 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()8001 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()