Searched refs:EIEnd (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaStmt.cpp | 1122 EnumValsTy::iterator &EIEnd, in ShouldDiagnoseSwitchCaseNotInEnum() argument 1141 while (EI != EIEnd && EI->first < Val) in ShouldDiagnoseSwitchCaseNotInEnum() 1144 if (EI != EIEnd && EI->first == Val) in ShouldDiagnoseSwitchCaseNotInEnum() 1477 auto EI = EnumVals.begin(), EIEnd = in ActOnFinishSwitchStmt() local 1484 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt() 1495 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt() 1505 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt() 1518 for (EI = EnumVals.begin(); EI != EIEnd; EI++) { in ActOnFinishSwitchStmt()
|