Lines Matching defs:CaseExpr
1251 const Expr *CaseExpr,
1259 dyn_cast<DeclRefExpr>(CaseExpr->IgnoreParenImpCasts())) {
1628 Expr *CaseExpr = CI->second->getLHS();
1629 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
1631 Diag(CaseExpr->getExprLoc(), diag::warn_not_in_enum)
1639 Expr *CaseExpr = RI->second->getLHS();
1640 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
1642 Diag(CaseExpr->getExprLoc(), diag::warn_not_in_enum)
1649 CaseExpr = RI->second->getRHS();
1650 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
1652 Diag(CaseExpr->getExprLoc(), diag::warn_not_in_enum)