Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6478 SwitchCase *LastChainedSwitchCase = nullptr; in VisitSwitchStmt() local
6484 if (LastChainedSwitchCase) in VisitSwitchStmt()
6485 LastChainedSwitchCase->setNextSwitchCase(*ToSCOrErr); in VisitSwitchStmt()
6488 LastChainedSwitchCase = *ToSCOrErr; in VisitSwitchStmt()