Searched refs:getThrowExpr (Results 1 – 9 of 9) 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
492 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()494 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
5012 Expr *ToThrow = Importer.Import(S->getThrowExpr()); in VisitObjCAtThrowStmt()5013 if (!ToThrow && S->getThrowExpr()) in VisitObjCAtThrowStmt()
1121 Writer.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
4283 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()7141 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
2696 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()
6658 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()6659 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()6665 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()