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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3255 SourceLocation commaLoc = ConsumeToken(); // Eat the ','. local
3262 Diag(commaLoc, diag::note_extra_comma_message_arg) <<
3263 FixItHint::CreateRemoval(commaLoc);

Completed in 1003 milliseconds