Searched refs:getCatchParamDecl (Results 1 – 15 of 15) sorted by relevance
97 const VarDecl *getCatchParamDecl() const { in getCatchParamDecl() function100 VarDecl *getCatchParamDecl() { in getCatchParamDecl() function113 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; } in hasEllipsis()
766 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
167 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
4735 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
386 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()387 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
1529 attributeOnlyIfTrue("isCatchAll", OACS->getCatchParamDecl() == nullptr); in VisitObjCAtCatchStmt()
1328 if (!Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
588 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
6679 auto ToCatchParamDecl = importChecked(Err, S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
1902 return S->getCatchParamDecl() ? S->getCatchParamDecl()->getType() in typeForNode()
1459 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
5888 if (const VarDecl *PD = CS->getCatchParamDecl()) in print_block()
1834 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
1962 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
8070 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()