Home | History | Annotate | Download | only in Lex

Lines Matching full:loc

80                                   FullSourceLoc Loc, unsigned CharWidth,
105 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf,
111 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf,
134 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf,
159 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf,
182 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf,
193 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf,
202 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf,
206 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf,
220 FullSourceLoc Loc, DiagnosticsEngine *Diags,
230 Diag(Diags, Features, Loc, ThisTokBegin, UcnBegin, ThisTokBuf,
245 Diag(Diags, Features, Loc, ThisTokBegin, UcnBegin, ThisTokBuf,
254 Diag(Diags, Features, Loc, ThisTokBegin, UcnBegin, ThisTokBuf,
267 Diag(Diags, Features, Loc, ThisTokBegin, UcnBegin, ThisTokBuf,
272 Diag(Diags, Features, Loc, ThisTokBegin, UcnBegin, ThisTokBuf,
281 Diag(Diags, Features, Loc, ThisTokBegin, UcnBegin, ThisTokBuf,
298 FullSourceLoc Loc;
301 UcnLen, Loc, 0, Features, true)) {
327 FullSourceLoc Loc, unsigned CharByteWidth,
334 Loc, Diags, Features, true)) {
927 SourceLocation Loc, Preprocessor &PP,
1011 PP.Diag(Loc, Msg);
1024 PP.Diag(Loc, diag::err_character_too_large);
1035 FullSourceLoc(Loc, PP.getSourceManager()),
1042 PP.Diag(Loc, diag::err_character_too_large);
1051 FullSourceLoc(Loc,PP.getSourceManager()),
1060 PP.Diag(Loc, diag::warn_extraneous_char_constant);
1062 PP.Diag(Loc, diag::ext_four_char_character_literal);
1064 PP.Diag(Loc, diag::ext_multichar_character_literal);
1066 PP.Diag(Loc, diag::err_multichar_utf_character_literal);
1090 PP.Diag(Loc,diag::warn_char_constant_too_large);
1487 void StringLiteralParser::DiagnoseLexingError(SourceLocation Loc) {
1490 Diags->Report(Loc, diag::err_lexing_string);