Searched refs:CaseExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1249 const Expr *CaseExpr, in ShouldDiagnoseSwitchCaseNotInEnum() argument 1257 dyn_cast<DeclRefExpr>(CaseExpr->IgnoreParenImpCasts())) { in ShouldDiagnoseSwitchCaseNotInEnum() 1625 Expr *CaseExpr = CI->second->getLHS(); in ActOnFinishSwitchStmt() local 1626 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt() 1628 Diag(CaseExpr->getExprLoc(), diag::warn_not_in_enum) in ActOnFinishSwitchStmt() 1636 Expr *CaseExpr = RI->second->getLHS(); in ActOnFinishSwitchStmt() local 1637 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt() 1639 Diag(CaseExpr->getExprLoc(), diag::warn_not_in_enum) in ActOnFinishSwitchStmt() 1646 CaseExpr = RI->second->getRHS(); in ActOnFinishSwitchStmt() 1647 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt() [all …]
|