Searched refs:getCatchParamDecl (Results 1 – 13 of 13) sorted by relevance
97 const VarDecl *getCatchParamDecl() const { in getCatchParamDecl() function100 VarDecl *getCatchParamDecl() { in getCatchParamDecl() function113 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; } in hasEllipsis()
902 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
166 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
4726 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
402 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()403 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
1677 attributeOnlyIfTrue("isCatchAll", OACS->getCatchParamDecl() == nullptr); in VisitObjCAtCatchStmt()
595 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
1688 if (!Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
7166 auto ToCatchParamDecl = importChecked(Err, S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
1568 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
5970 if (const VarDecl *PD = CS->getCatchParamDecl()) in print_block()
1961 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
8633 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()