Searched refs:getThrowExpr (Results 1 – 8 of 8) sorted by relevance
325 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function326 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
489 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()491 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
1078 Writer.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
6276 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()6277 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()6283 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()
4063 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()6947 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
2669 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
2068 if (S->getThrowExpr()) in RewriteObjCThrowStmt()2083 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
1963 if (S->getThrowExpr()) in RewriteObjCThrowStmt()