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

References

tools/clang/lib/Lex/LiteralSupport.cpp
  781     if (containsDigits(s, first_non_digit)) {
  858     bool HasSignificandDigits = containsDigits(DigitsBegin, s);
  866       if (containsDigits(floatDigitsBegin, s))
  889       if (!containsDigits(s, first_non_digit)) {