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

References

tools/clang/lib/Parse/ParseStmt.cpp
  825   if (TryConsumeToken(tok::colon, ColonLoc)) {
  826   } else if (TryConsumeToken(tok::semi, ColonLoc)) {
  828     Diag(ColonLoc, diag::err_expected_after)
  830         << FixItHint::CreateReplacement(ColonLoc, ":");
  836     ColonLoc = ExpectedLoc;
  846     SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);
  854     SubStmt = Actions.ActOnNullStmt(ColonLoc);
  856   return Actions.ActOnDefaultStmt(DefaultLoc, ColonLoc,