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

References

tools/clang/lib/Sema/SemaStmt.cpp
 1153         if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
 1160       EI = EnumVals.begin();
 1164         if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
 1174         if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
 1187       for (EI = EnumVals.begin(); EI != EIEnd; EI++) {
 1187       for (EI = EnumVals.begin(); EI != EIEnd; EI++) {
 1187       for (EI = EnumVals.begin(); EI != EIEnd; EI++) {
 1189         switch (EI->second->getAvailability()) {
 1202         if (EI->second->hasAttr<UnusedAttr>())
 1206         while (CI != CaseVals.end() && CI->first < EI->first)
 1209         if (CI != CaseVals.end() && CI->first == EI->first)
 1217           if (EI->first <= Hi)
 1221         if (RI == CaseRanges.end() || EI->first < RI->first) {
 1223           UnhandledNames.push_back(EI->second->getDeclName());