Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1992 bool InSwitch = false; member in __anonceb37bf40d11::BreakContinueFinder
2007 if (!InSwitch) in VisitBreakStmt()
2020 InSwitch = true; in VisitSwitchStmt()
2023 InSwitch = false; in VisitSwitchStmt()