Searched refs:getCatchParamDecl (Results 1 – 14 of 14) sorted by relevance
97 const VarDecl *getCatchParamDecl() const { in getCatchParamDecl() function100 VarDecl *getCatchParamDecl() { in getCatchParamDecl() function113 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; } in hasEllipsis()
961 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
164 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
4628 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
406 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()407 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
1691 attributeOnlyIfTrue("isCatchAll", OACS->getCatchParamDecl() == nullptr); in VisitObjCAtCatchStmt()
604 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
1841 if (!Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
7513 auto ToCatchParamDecl = importChecked(Err, S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
1591 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
6085 if (const VarDecl *PD = CS->getCatchParamDecl()) in print_block()
1832 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
1960 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
8983 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()