Searched refs:CurCase (Results 1 – 1 of 1) sorted by relevance
1459 const CaseStmt *CurCase = &S; in EmitCaseStmt() local1464 CurCase = NextCase; in EmitCaseStmt()1466 Builder.getInt(CurCase->getLHS()->EvaluateKnownConstInt(getContext())); in EmitCaseStmt()1472 EmitBlockWithFallThrough(CaseDest, CurCase); in EmitCaseStmt()1480 NextCase = dyn_cast<CaseStmt>(CurCase->getSubStmt()); in EmitCaseStmt()1484 EmitStmt(CurCase->getSubStmt()); in EmitCaseStmt()