Lines Matching defs:CaseExpr
1188 const Expr *CaseExpr,
1196 dyn_cast<DeclRefExpr>(CaseExpr->IgnoreParenImpCasts())) {
1555 Expr *CaseExpr = CI->second->getLHS();
1556 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
1558 Diag(CaseExpr->getExprLoc(), diag::warn_not_in_enum)
1566 Expr *CaseExpr = RI->second->getLHS();
1567 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
1569 Diag(CaseExpr->getExprLoc(), diag::warn_not_in_enum)
1576 CaseExpr = RI->second->getRHS();
1577 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
1579 Diag(CaseExpr->getExprLoc(), diag::warn_not_in_enum)