Searched refs:getCatchParamDecl (Results 1 – 11 of 11) sorted by relevance
94 const VarDecl *getCatchParamDecl() const { in getCatchParamDecl() function97 VarDecl *getCatchParamDecl() { in getCatchParamDecl() function110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; } in hasEllipsis()
195 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
4125 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
233 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()234 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
464 if (catchStmt->getCatchParamDecl()) { in VisitObjCAtTryStmt()465 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
2071 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
4950 if (VarDecl *FromExceptionDecl = S->getCatchParamDecl()) { in VisitObjCAtCatchStmt()
1083 Writer.AddDeclRef(S->getCatchParamDecl(), Record); in VisitObjCAtCatchStmt()
1829 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
1982 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
6605 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()