Home | History | Annotate | Download | only in Parse

Lines Matching refs:CommaLoc

1556     SourceLocation CommaLoc = ConsumeToken();
1562 Diag(CommaLoc, diag::err_expected_semi_declaration)
1563 << FixItHint::CreateReplacement(CommaLoc, ";");
1570 D.setCommaLoc(CommaLoc);
3002 SourceLocation CommaLoc;
3005 DeclaratorInfo.D.setCommaLoc(CommaLoc);
3040 CommaLoc = ConsumeToken();
3579 SourceLocation CommaLoc = ConsumeToken();
3583 Diag(CommaLoc, getLangOpts().CPlusPlus ?
3586 << FixItHint::CreateRemoval(CommaLoc);
3588 Diag(CommaLoc, diag::warn_cxx98_compat_enumerator_list_comma)
3589 << FixItHint::CreateRemoval(CommaLoc);