Searched refs:NextCase (Results 1 – 1 of 1) sorted by relevance
1012 const CaseStmt *NextCase = dyn_cast<CaseStmt>(S.getSubStmt()); in EmitCaseStmt() local1015 while (NextCase && NextCase->getRHS() == 0) { in EmitCaseStmt()1016 CurCase = NextCase; in EmitCaseStmt()1020 NextCase = dyn_cast<CaseStmt>(CurCase->getSubStmt()); in EmitCaseStmt()