Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A 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
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp527 if (Node->getThrowExpr()) { in VisitObjCAtThrowStmt()
529 PrintExpr(Node->getThrowExpr()); in VisitObjCAtThrowStmt()
H A DASTImporter.cpp6035 ExpectedExpr ToThrowExprOrErr = import(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1235 Record.AddStmt(S->getThrowExpr()); in VisitObjCAtThrowStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp4701 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
7555 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
H A DCGObjCGNU.cpp3835 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2044 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
2059 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
H A DRewriteObjC.cpp1960 if (S->getThrowExpr()) in RewriteObjCThrowStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h7292 if (S->getThrowExpr()) { in TransformObjCAtThrowStmt()
7293 Operand = getDerived().TransformExpr(S->getThrowExpr()); in TransformObjCAtThrowStmt()
7299 Operand.get() == S->getThrowExpr()) in TransformObjCAtThrowStmt()