Home
last modified time | relevance | path

Searched refs:getThrowExpr (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DStmtObjC.h323 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
324 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
/external/clang/lib/AST/
DStmtPrinter.cpp437 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()
439 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp895 Writer.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/external/clang/lib/Sema/
DTreeTransform.h5452 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()
5453 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()
5459 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp3210 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
6045 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
DCGObjCGNU.cpp2287 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp2091 if (S->getThrowExpr()) in RewriteObjCThrowStmt()