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

References

tools/clang/include/clang/Lex/LiteralSupport.h
  165     while (ptr != ThisTokEnd &&
  166            (*ptr == '0' || *ptr == '1' || isDigitSeparator(*ptr)))
  166            (*ptr == '0' || *ptr == '1' || isDigitSeparator(*ptr)))
  166            (*ptr == '0' || *ptr == '1' || isDigitSeparator(*ptr)))
  167       ptr++;
  168     return ptr;