Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp261 SwitchCase *PrevSC = nullptr; in VisitSwitchStmt() local
264 if (PrevSC) in VisitSwitchStmt()
265 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
269 PrevSC = SC; in VisitSwitchStmt()