Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtObjC.h369 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
370 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp614 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()
616 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
H A DASTImporter.cpp6877 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1500 Record.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2049 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
2064 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
H A DRewriteObjC.cpp1968 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp4901 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
7821 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
H A DCGObjCGNU.cpp4036 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h8233 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()
8234 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()
8240 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()