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

References

tools/clang/lib/Parse/ParseStmt.cpp
  732     if (TryConsumeToken(tok::ellipsis, DotDotDotLoc)) {
  733       Diag(DotDotDotLoc, diag::ext_gnu_case_range);
  759         Actions.ActOnCaseStmt(CaseLoc, LHS, DotDotDotLoc, RHS, ColonLoc);