Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h370 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
371 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp622 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()
624 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
H A DASTImporter.cpp7228 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2048 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
2063 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1611 Record.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp4883 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
7774 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
H A DCGObjCGNU.cpp4176 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8686 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()
8687 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()
8693 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()