Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp4733 SwitchCase *LastChainedSwitchCase = nullptr; in VisitSwitchStmt() local
4739 if (LastChainedSwitchCase) in VisitSwitchStmt()
4740 LastChainedSwitchCase->setNextSwitchCase(ToSC); in VisitSwitchStmt()
4743 LastChainedSwitchCase = ToSC; in VisitSwitchStmt()