Home
last modified time | relevance | path

Searched refs:getCatchParamDecl (Results 1 – 13 of 13) 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.h902 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp166 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
H A DCGObjCMac.cpp4726 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp402 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()
403 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
H A DJSONNodeDumper.cpp1677 attributeOnlyIfTrue("isCatchAll", OACS->getCatchParamDecl() == nullptr); in VisitObjCAtCatchStmt()
H A DStmtPrinter.cpp595 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
H A DTextNodeDumper.cpp1688 if (!Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
H A DASTImporter.cpp7166 auto ToCatchParamDecl = importChecked(Err, S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1568 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5970 if (const VarDecl *PD = CS->getCatchParamDecl()) in print_block()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1961 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8633 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()