Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2025 bool InSwitch = false; member in __anon4f6f6e9d0d11::BreakContinueFinder
2040 if (!InSwitch) in VisitBreakStmt()
2053 InSwitch = true; in VisitSwitchStmt()
2056 InSwitch = false; in VisitSwitchStmt()