Searched refs:CurCase (Results 1 – 1 of 1) sorted by relevance
1497 const CaseStmt *CurCase = &S; in EmitCaseStmt() local1502 CurCase = NextCase; in EmitCaseStmt()1504 Builder.getInt(CurCase->getLHS()->EvaluateKnownConstInt(getContext())); in EmitCaseStmt()1510 EmitBlockWithFallThrough(CaseDest, CurCase); in EmitCaseStmt()1518 NextCase = dyn_cast<CaseStmt>(CurCase->getSubStmt()); in EmitCaseStmt()1522 EmitStmt(CurCase->getSubStmt()); in EmitCaseStmt()