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()
194 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
4192 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
234 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()235 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
465 if (catchStmt->getCatchParamDecl()) { in VisitObjCAtTryStmt()466 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
2220 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
5252 if (VarDecl *FromExceptionDecl = S->getCatchParamDecl()) { in VisitObjCAtCatchStmt()
1095 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
1825 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
1955 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
6709 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()