Searched refs:commaLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp2515 SourceLocation commaLoc = ConsumeToken(); // Eat the ','. local
2522 Diag(commaLoc, diag::note_extra_comma_message_arg) <<
2523 FixItHint::CreateRemoval(commaLoc);

Completed in 63 milliseconds