Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1514 bool hasCasesNotInSwitch = false; in ActOnFinishSwitchStmt() local
1553 hasCasesNotInSwitch = true; in ActOnFinishSwitchStmt()
1573 if (!hasCasesNotInSwitch) in ActOnFinishSwitchStmt()