Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h94 const VarDecl *getCatchParamDecl() const { in getCatchParamDecl() function
97 VarDecl *getCatchParamDecl() { in getCatchParamDecl() function
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; } in hasEllipsis()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp170 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
H A DCGObjCMac.cpp4543 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp379 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()
380 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
H A DStmtPrinter.cpp500 if (catchStmt->getCatchParamDecl()) { in VisitObjCAtTryStmt()
501 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
H A DTextNodeDumper.cpp939 if (!Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
H A DASTDumper.cpp1519 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
H A DASTImporter.cpp5965 S->getAtCatchLoc(), S->getRParenLoc(), S->getCatchParamDecl(), in VisitObjCAtCatchStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1197 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1826 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
H A DRewriteModernObjC.cpp1958 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h7239 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()