reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaStmt.cpp
 1164         if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
 1166           Diag(CaseExpr->getExprLoc(), diag::warn_not_in_enum)
 1173         CaseExpr = RI->second->getRHS();
 1174         if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
 1176           Diag(CaseExpr->getExprLoc(), diag::warn_not_in_enum)