Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4332 CFGBlock *SwitchSuccessor = nullptr; in VisitSwitchStmt() local
4352 SwitchSuccessor = Block; in VisitSwitchStmt()
4353 } else SwitchSuccessor = Succ; in VisitSwitchStmt()
4363 DefaultCaseBlock = SwitchSuccessor; in VisitSwitchStmt()
4370 Succ = SwitchSuccessor; in VisitSwitchStmt()
4371 BreakJumpTarget = JumpTarget(SwitchSuccessor, ScopePos); in VisitSwitchStmt()