Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDStmtObjC.h97 const VarDecl *getCatchParamDecl() const { in getCatchParamDecl() function
100 VarDecl *getCatchParamDecl() { in getCatchParamDecl() function
113 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; } in hasEllipsis()
HDASTNodeTraverser.h902 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCRuntime.cpp166 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
HDCGObjCMac.cpp4726 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDStmtProfile.cpp402 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()
403 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
HDJSONNodeDumper.cpp1677 attributeOnlyIfTrue("isCatchAll", OACS->getCatchParamDecl() == nullptr); in VisitObjCAtCatchStmt()
HDStmtPrinter.cpp595 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
HDTextNodeDumper.cpp1688 if (!Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
HDASTImporter.cpp7166 auto ToCatchParamDecl = importChecked(Err, S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1568 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp5970 if (const VarDecl *PD = CS->getCatchParamDecl()) in print_block()
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp1834 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
HDRewriteModernObjC.cpp1961 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h8633 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()