Home | History | Annotate | Download | only in Parse

Lines Matching refs:CommaLoc

1276     SourceLocation CommaLoc = ConsumeToken();
1282 Diag(CommaLoc, diag::err_expected_semi_declaration)
1283 << FixItHint::CreateReplacement(CommaLoc, ";");
1290 D.setCommaLoc(CommaLoc);
2550 SourceLocation CommaLoc;
2554 DeclaratorInfo.D.setCommaLoc(CommaLoc);
2590 CommaLoc = ConsumeToken();
3089 SourceLocation CommaLoc = ConsumeToken();
3093 Diag(CommaLoc, diag::ext_enumerator_list_comma)
3095 << FixItHint::CreateRemoval(CommaLoc);
3097 Diag(CommaLoc, diag::warn_cxx98_compat_enumerator_list_comma)
3098 << FixItHint::CreateRemoval(CommaLoc);