Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1954 bool InSwitch = false; member in __anon895218280d11::BreakContinueFinder
1969 if (!InSwitch) in VisitBreakStmt()
1982 InSwitch = true; in VisitSwitchStmt()
1985 InSwitch = false; in VisitSwitchStmt()