Searched refs:getThrowExpr (Results 1 – 8 of 8) 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
622 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()624 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
7228 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
2048 if (S->getThrowExpr()) in RewriteObjCThrowStmt()2063 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
1611 Record.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
4883 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()7774 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
4176 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
8686 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()8687 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()8693 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()