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
538 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()540 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
6630 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
1504 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()
3955 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
8017 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()8018 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()8024 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()