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

References

lib/Support/StringRef.cpp
  463   if (Str.empty() || Str.front() != '-') {
  463   if (Str.empty() || Str.front() != '-') {
  464     if (consumeUnsignedInteger(Str, Radix, ULLVal) ||
  473   StringRef Str2 = Str.drop_front(1);
  481   Str = Str2;