reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/LiteralSupport.cpp
  869         checkSeparator(TokLoc, floatDigitsBegin, CSK_BeforeDigits);
  873       PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s - ThisTokBegin),
  883       checkSeparator(TokLoc, s, CSK_AfterDigits);
  891           PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-ThisTokBegin),
  897       checkSeparator(TokLoc, s, CSK_BeforeDigits);
  901         PP.Diag(TokLoc, PP.getLangOpts().CPlusPlus
  905         PP.Diag(TokLoc, diag::warn_cxx17_hex_literal);
  907       PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s - ThisTokBegin),
  918     PP.Diag(TokLoc,
  934       PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-ThisTokBegin),
  961   ParseDecimalOrOctalCommon(TokLoc);