Searched refs:getCatchParamDecl (Results 1 – 12 of 12) sorted by relevance
94 const VarDecl *getCatchParamDecl() const { in getCatchParamDecl() function97 VarDecl *getCatchParamDecl() { in getCatchParamDecl() function110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; } in hasEllipsis()
170 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
4543 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
379 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()380 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
500 if (catchStmt->getCatchParamDecl()) { in VisitObjCAtTryStmt()501 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
939 if (!Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
1519 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
5965 S->getAtCatchLoc(), S->getRParenLoc(), S->getCatchParamDecl(), in VisitObjCAtCatchStmt()
1197 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
1826 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
1958 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
7239 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()