Searched refs:getThrowExpr (Results 1 – 9 of 9) sorted by relevance
369 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function370 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
619 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()621 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
7126 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
2049 if (S->getThrowExpr()) in RewriteObjCThrowStmt()2064 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
1968 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
1601 Record.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
4875 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()7768 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
4177 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
8391 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()8392 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()8398 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()