Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtObjC.h325 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
326 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
/external/clang/lib/AST/
DStmtPrinter.cpp492 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()
494 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
DASTImporter.cpp5012 Expr *ToThrow = Importer.Import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
5013 if (!ToThrow && S->getThrowExpr()) in VisitObjCAtThrowStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1121 Writer.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp4283 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
7141 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
DCGObjCGNU.cpp2696 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp2068 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
2083 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
DRewriteObjC.cpp1963 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
/external/clang/lib/Sema/
DTreeTransform.h6658 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()
6659 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()
6665 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()