Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1955 bool InSwitch = false; member in __anon5649fb510d11::BreakContinueFinder
1970 if (!InSwitch) in VisitBreakStmt()
1983 InSwitch = true; in VisitSwitchStmt()
1986 InSwitch = false; in VisitSwitchStmt()