Searched refs:LastChainedSwitchCase (Results 1 – 1 of 1) sorted by relevance
6367 SwitchCase *LastChainedSwitchCase = nullptr; in VisitSwitchStmt() local6373 if (LastChainedSwitchCase) in VisitSwitchStmt()6374 LastChainedSwitchCase->setNextSwitchCase(*ToSCOrErr); in VisitSwitchStmt()6377 LastChainedSwitchCase = *ToSCOrErr; in VisitSwitchStmt()