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

References

tools/clang/lib/Parse/ParseStmt.cpp
  702     ColonLoc = SourceLocation();
  743     if (TryConsumeToken(tok::colon, ColonLoc)) {
  744     } else if (TryConsumeToken(tok::semi, ColonLoc) ||
  745                TryConsumeToken(tok::coloncolon, ColonLoc)) {
  747       Diag(ColonLoc, diag::err_expected_after)
  749           << FixItHint::CreateReplacement(ColonLoc, ":");
  755       ColonLoc = ExpectedLoc;
  759         Actions.ActOnCaseStmt(CaseLoc, LHS, DotDotDotLoc, RHS, ColonLoc);
  790     if (ColonLoc.isValid()) {
  791       SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);