Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1278 bool CaseListIsErroneous = false; in ActOnFinishSwitchStmt() local
1295 CaseListIsErroneous = true; in ActOnFinishSwitchStmt()
1396 CaseListIsErroneous = true; in ActOnFinishSwitchStmt()
1489 CaseListIsErroneous = true; in ActOnFinishSwitchStmt()
1495 if (!CaseListIsErroneous && !CaseListIsIncomplete && in ActOnFinishSwitchStmt()
1512 if (!CaseListIsErroneous && !CaseListIsIncomplete && !HasConstantCond && in ActOnFinishSwitchStmt()
1633 if (CaseListIsErroneous) in ActOnFinishSwitchStmt()