Searched refs:LastChainedSwitchCase (Results 1 – 1 of 1) sorted by relevance
6965 SwitchCase *LastChainedSwitchCase = nullptr; in VisitSwitchStmt() local6971 if (LastChainedSwitchCase) in VisitSwitchStmt()6972 LastChainedSwitchCase->setNextSwitchCase(*ToSCOrErr); in VisitSwitchStmt()6975 LastChainedSwitchCase = *ToSCOrErr; in VisitSwitchStmt()