Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h785 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp168 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
H A DCGObjCMac.cpp4743 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp386 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()
387 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
H A DJSONNodeDumper.cpp1561 attributeOnlyIfTrue("isCatchAll", OACS->getCatchParamDecl() == nullptr); in VisitObjCAtCatchStmt()
H A DTextNodeDumper.cpp1328 if (!Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
H A DStmtPrinter.cpp589 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
H A DASTImporter.cpp6815 auto ToCatchParamDecl = importChecked(Err, S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1457 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5958 if (const VarDecl *PD = CS->getCatchParamDecl()) in print_block()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1834 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
H A DRewriteModernObjC.cpp1962 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h8180 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()