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.cpp1372 bool CaseListIsErroneous = false; in ActOnFinishSwitchStmt() local
1389 CaseListIsErroneous = true; in ActOnFinishSwitchStmt()
1490 CaseListIsErroneous = true; in ActOnFinishSwitchStmt()
1583 CaseListIsErroneous = true; in ActOnFinishSwitchStmt()
1589 if (!CaseListIsErroneous && !CaseListIsIncomplete && in ActOnFinishSwitchStmt()
1606 if (!CaseListIsErroneous && !CaseListIsIncomplete && !HasConstantCond && in ActOnFinishSwitchStmt()
1730 if (CaseListIsErroneous) in ActOnFinishSwitchStmt()