Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h728 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp168 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
H A DCGObjCMac.cpp4794 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp382 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()
383 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
H A DStmtPrinter.cpp510 if (catchStmt->getCatchParamDecl()) { in VisitObjCAtTryStmt()
511 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
H A DJSONNodeDumper.cpp1469 attributeOnlyIfTrue("isCatchAll", OACS->getCatchParamDecl() == nullptr); in VisitObjCAtCatchStmt()
H A DTextNodeDumper.cpp1267 if (!Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
H A DASTImporter.cpp6439 auto ToCatchParamDecl = importChecked(Err, S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1450 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1834 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
H A DRewriteModernObjC.cpp1962 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h7941 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()