Home | History | Annotate | Download | only in Parse

Lines Matching refs:commaLoc

3205       SourceLocation commaLoc = ConsumeToken(); // Eat the ','.
3212 Diag(commaLoc, diag::note_extra_comma_message_arg) <<
3213 FixItHint::CreateRemoval(commaLoc);