Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1162 bool hasCasesNotInSwitch = false; in ActOnFinishSwitchStmt() local
1198 hasCasesNotInSwitch = true; in ActOnFinishSwitchStmt()
1218 if (!hasCasesNotInSwitch) in ActOnFinishSwitchStmt()