Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6863 SwitchCase *LastChainedSwitchCase = nullptr; in VisitSwitchStmt() local
6869 if (LastChainedSwitchCase) in VisitSwitchStmt()
6870 LastChainedSwitchCase->setNextSwitchCase(*ToSCOrErr); in VisitSwitchStmt()
6873 LastChainedSwitchCase = *ToSCOrErr; in VisitSwitchStmt()