Home
last modified time | relevance | path

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

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