Searched refs:getThrowExpr (Results 1 – 10 of 10) 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
613 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()615 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
6741 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
1899 return type(S->getThrowExpr()); in typeForNode()
1502 Record.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
2049 if (S->getThrowExpr()) in RewriteObjCThrowStmt()2064 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
1968 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
4893 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()7813 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
4037 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
8123 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()8124 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()8130 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()