Home
last modified time | relevance | path

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

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