Home
last modified time | relevance | path

Searched refs:getCatchParamDecl (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h97 const VarDecl *getCatchParamDecl() const { in getCatchParamDecl() function
100 VarDecl *getCatchParamDecl() { in getCatchParamDecl() function
113 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; } in hasEllipsis()
H A DASTNodeTraverser.h961 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp164 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
H A DCGObjCMac.cpp4628 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp406 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()
407 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
H A DJSONNodeDumper.cpp1691 attributeOnlyIfTrue("isCatchAll", OACS->getCatchParamDecl() == nullptr); in VisitObjCAtCatchStmt()
H A DStmtPrinter.cpp604 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
H A DTextNodeDumper.cpp1841 if (!Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
H A DASTImporter.cpp7513 auto ToCatchParamDecl = importChecked(Err, S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1591 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp6085 if (const VarDecl *PD = CS->getCatchParamDecl()) in print_block()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1832 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
H A DRewriteModernObjC.cpp1960 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8983 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()