Home | History | Annotate | Download | only in Lex

Lines Matching refs:TokLoc

389                      SourceLocation TokLoc, Preprocessor &pp)
412 ParseNumberStartingWithZero(TokLoc);
421 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-begin),
439 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-begin),
535 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-begin),
553 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, SuffixBegin-begin),
567 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) {
589 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-ThisTokBegin), \
604 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-ThisTokBegin),
612 PP.Diag(TokLoc, diag::ext_hexconstant_invalid);
614 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-ThisTokBegin),
624 PP.Diag(TokLoc, diag::ext_binary_literal);
632 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-ThisTokBegin),
662 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-ThisTokBegin),
684 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-ThisTokBegin),
1154 SourceLocation TokLoc = StringToks[i].getLocation();
1155 Diags->Report(TokLoc, diag::err_string_concat_mixed_suffix)
1158 << SourceRange(TokLoc, TokLoc);