Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp5031 SwitchCase *LastChainedSwitchCase = nullptr; in VisitSwitchStmt() local
5037 if (LastChainedSwitchCase) in VisitSwitchStmt()
5038 LastChainedSwitchCase->setNextSwitchCase(ToSC); in VisitSwitchStmt()
5041 LastChainedSwitchCase = ToSC; in VisitSwitchStmt()