Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4444 CFGBlock *SwitchSuccessor = nullptr; in VisitSwitchStmt() local
4464 SwitchSuccessor = Block; in VisitSwitchStmt()
4465 } else SwitchSuccessor = Succ; in VisitSwitchStmt()
4475 DefaultCaseBlock = SwitchSuccessor; in VisitSwitchStmt()
4482 Succ = SwitchSuccessor; in VisitSwitchStmt()
4483 BreakJumpTarget = JumpTarget(SwitchSuccessor, ScopePos); in VisitSwitchStmt()