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
527 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()529 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
6035 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
1235 Record.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
4701 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()7555 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
3835 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
2044 if (S->getThrowExpr()) in RewriteObjCThrowStmt()2059 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
1960 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
7292 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()7293 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()7299 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()