Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp619 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()
621 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
H A DASTImporter.cpp7126 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1601 Record.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp4875 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
7768 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
H A DCGObjCGNU.cpp4177 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8391 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()
8392 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()
8398 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()