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()
728 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
168 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
4794 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
382 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()383 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
510 if (catchStmt->getCatchParamDecl()) { in VisitObjCAtTryStmt()511 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
1469 attributeOnlyIfTrue("isCatchAll", OACS->getCatchParamDecl() == nullptr); in VisitObjCAtCatchStmt()
1267 if (!Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
6439 auto ToCatchParamDecl = importChecked(Err, S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
1450 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
1834 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
1962 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
7941 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()