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()
785 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
168 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
4743 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
386 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()387 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
1561 attributeOnlyIfTrue("isCatchAll", OACS->getCatchParamDecl() == nullptr); in VisitObjCAtCatchStmt()
1328 if (!Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
589 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
6815 auto ToCatchParamDecl = importChecked(Err, S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
1457 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
5958 if (const VarDecl *PD = CS->getCatchParamDecl()) in print_block()
1834 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
1962 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
8180 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()