Home
last modified time | relevance | path

Searched refs:getThrowExpr (Results 1 – 8 of 8) 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.cpp489 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()
491 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1078 Writer.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/external/clang/lib/Sema/
DTreeTransform.h6276 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()
6277 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()
6283 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp4063 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
6947 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
DCGObjCGNU.cpp2669 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()