Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp699 EnumValsTy::iterator &EIEnd, in ShouldDiagnoseSwitchCaseNotInEnum() argument
717 while (EI != EIEnd && EI->first < Val) in ShouldDiagnoseSwitchCaseNotInEnum()
720 if (EI != EIEnd && EI->first == Val) in ShouldDiagnoseSwitchCaseNotInEnum()
1073 auto EI = EnumVals.begin(), EIEnd = in ActOnFinishSwitchStmt() local
1080 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt()
1091 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt()
1101 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt()
1114 for (EI = EnumVals.begin(); EI != EIEnd; EI++){ in ActOnFinishSwitchStmt()