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

References

tools/clang/lib/Parse/ParseDecl.cpp
 4713     if (Tok.isNot(tok::r_brace) && !TryConsumeToken(tok::comma, CommaLoc)) {
 4720         if (TryConsumeToken(tok::comma, CommaLoc))
 4728     if (Tok.is(tok::r_brace) && CommaLoc.isValid()) {
 4730         Diag(CommaLoc, getLangOpts().CPlusPlus ?
 4733           << FixItHint::CreateRemoval(CommaLoc);
 4735         Diag(CommaLoc, diag::warn_cxx98_compat_enumerator_list_comma)
 4736           << FixItHint::CreateRemoval(CommaLoc);