Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp1992 bool InSwitch = false; member in __anonb6e159cd0d11::BreakContinueFinder
2007 if (!InSwitch) in VisitBreakStmt()
2020 InSwitch = true; in VisitSwitchStmt()
2023 InSwitch = false; in VisitSwitchStmt()