Searched refs:CaseListIsIncomplete (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp865 bool CaseListIsIncomplete = getCurFunction()->SwitchStack.back().getInt(); local
1131 if (!CaseListIsErroneous && !CaseListIsIncomplete &&
1148 if (!CaseListIsErroneous && !CaseListIsIncomplete && !HasConstantCond &&

Completed in 106 milliseconds