Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7312 SwitchCase *LastChainedSwitchCase = nullptr; in VisitSwitchStmt() local
7318 if (LastChainedSwitchCase) in VisitSwitchStmt()
7319 LastChainedSwitchCase->setNextSwitchCase(*ToSCOrErr); in VisitSwitchStmt()
7322 LastChainedSwitchCase = *ToSCOrErr; in VisitSwitchStmt()