Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4335 CFGBlock *SwitchSuccessor = nullptr; in VisitSwitchStmt() local
4355 SwitchSuccessor = Block; in VisitSwitchStmt()
4356 } else SwitchSuccessor = Succ; in VisitSwitchStmt()
4366 DefaultCaseBlock = SwitchSuccessor; in VisitSwitchStmt()
4373 Succ = SwitchSuccessor; in VisitSwitchStmt()
4374 BreakJumpTarget = JumpTarget(SwitchSuccessor, ScopePos); in VisitSwitchStmt()