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

References

tools/lldb/source/Utility/FileSpec.cpp
  128   for (auto i = path.find_first_of("\\/"); i != llvm::StringRef::npos;
  129        i = path.find_first_of("\\/", i + 1)) {
  129        i = path.find_first_of("\\/", i + 1)) {
  130     const auto next = safeCharAtIndex(path, i+1);
  135         return i > 0;
  140         if (i > 0)
  142         ++i;
  146           const auto next_next = safeCharAtIndex(path, i+2);
  154               const auto next_next_next = safeCharAtIndex(path, i+3);