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