Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp5756 SwitchCase *LastChainedSwitchCase = nullptr; in VisitSwitchStmt() local
5762 if (LastChainedSwitchCase) in VisitSwitchStmt()
5763 LastChainedSwitchCase->setNextSwitchCase(*ToSCOrErr); in VisitSwitchStmt()
5766 LastChainedSwitchCase = *ToSCOrErr; in VisitSwitchStmt()