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.cpp2124 bool InSwitch = false; member in __anon4f6f6e9d0e11::BreakContinueFinder
2139 if (!InSwitch) in VisitBreakStmt()
2152 InSwitch = true; in VisitSwitchStmt()
2155 InSwitch = false; in VisitSwitchStmt()