Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp712 EnumValsTy::iterator &EIEnd, in ShouldDiagnoseSwitchCaseNotInEnum() argument
728 while (EI != EIEnd && EI->first < Val) in ShouldDiagnoseSwitchCaseNotInEnum()
731 if (EI != EIEnd && EI->first == Val) in ShouldDiagnoseSwitchCaseNotInEnum()
1085 auto EI = EnumVals.begin(), EIEnd = in ActOnFinishSwitchStmt() local
1092 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt()
1103 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt()
1113 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt()
1126 for (EI = EnumVals.begin(); EI != EIEnd; EI++){ in ActOnFinishSwitchStmt()