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

References

tools/clang/include/clang/Lex/LiteralSupport.h
  148     while (ptr != ThisTokEnd &&
  149            ((*ptr >= '0' && *ptr <= '7') || isDigitSeparator(*ptr)))
  149            ((*ptr >= '0' && *ptr <= '7') || isDigitSeparator(*ptr)))
  149            ((*ptr >= '0' && *ptr <= '7') || isDigitSeparator(*ptr)))
  150       ptr++;
  151     return ptr;