Lines Matching refs:catchStmt
465 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I);467 if (catchStmt->getCatchParamDecl()) {468 if (Decl *DS = catchStmt->getCatchParamDecl())472 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) {