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
614 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()616 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
6877 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
1500 Record.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
2049 if (S->getThrowExpr()) in RewriteObjCThrowStmt()2064 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
1968 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
4901 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()7821 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
4036 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
8233 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()8234 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()8240 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()