Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtObjC.h344 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
345 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp537 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()
539 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
H A DASTImporter.cpp6501 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1493 Record.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2048 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
2063 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
H A DRewriteObjC.cpp1968 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp4952 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
7841 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
H A DCGObjCGNU.cpp3952 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h7994 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()
7995 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()
8001 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()