Home
last modified time | relevance | path

Searched refs:PrevSC (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Serialization/
DASTReaderStmt.cpp205 SwitchCase *PrevSC = nullptr; in VisitSwitchStmt() local
208 if (PrevSC) in VisitSwitchStmt()
209 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
213 PrevSC = SC; in VisitSwitchStmt()