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