Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1301 bool CaseListIsErroneous = false; in ActOnFinishSwitchStmt() local
1318 CaseListIsErroneous = true; in ActOnFinishSwitchStmt()
1419 CaseListIsErroneous = true; in ActOnFinishSwitchStmt()
1512 CaseListIsErroneous = true; in ActOnFinishSwitchStmt()
1518 if (!CaseListIsErroneous && !CaseListIsIncomplete && in ActOnFinishSwitchStmt()
1535 if (!CaseListIsErroneous && !CaseListIsIncomplete && !HasConstantCond && in ActOnFinishSwitchStmt()
1656 if (CaseListIsErroneous) in ActOnFinishSwitchStmt()