Searched refs:catchStmt (Results 1 – 1 of 1) sorted by relevance
498 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt() local500 if (catchStmt->getCatchParamDecl()) { in VisitObjCAtTryStmt()501 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()505 if (auto *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) { in VisitObjCAtTryStmt()