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

References

tools/clang/include/clang/Lex/LiteralSupport.h
  157     while (ptr != ThisTokEnd && (isDigit(*ptr) || isDigitSeparator(*ptr)))
  157     while (ptr != ThisTokEnd && (isDigit(*ptr) || isDigitSeparator(*ptr)))
  157     while (ptr != ThisTokEnd && (isDigit(*ptr) || isDigitSeparator(*ptr)))
  158       ptr++;
  159     return ptr;