Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6238 SwitchCase *LastChainedSwitchCase = nullptr; in VisitSwitchStmt() local
6244 if (LastChainedSwitchCase) in VisitSwitchStmt()
6245 LastChainedSwitchCase->setNextSwitchCase(*ToSCOrErr); in VisitSwitchStmt()
6248 LastChainedSwitchCase = *ToSCOrErr; in VisitSwitchStmt()