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

References

lib/Support/StringRef.cpp
  349     size_t Idx = S.find(Separator);
  355       A.push_back(S.slice(0, Idx));
  358     S = S.slice(Idx + 1, npos);
  358     S = S.slice(Idx + 1, npos);
  362   if (KeepEmpty || !S.empty())
  363     A.push_back(S);