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.cpp493 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()
495 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
DASTImporter.cpp5314 Expr *ToThrow = Importer.Import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
5315 if (!ToThrow && S->getThrowExpr()) in VisitObjCAtThrowStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1133 Record.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp4350 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
7219 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
DCGObjCGNU.cpp2705 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp2041 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
2056 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
DRewriteObjC.cpp1959 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
/external/clang/lib/Sema/
DTreeTransform.h6762 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()
6763 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()
6769 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()