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

References

tools/lldb/source/Utility/FileSpec.cpp
  123   if (path.empty())
  126   if (path[0] == '.')
  128   for (auto i = path.find_first_of("\\/"); i != llvm::StringRef::npos;
  129        i = path.find_first_of("\\/", i + 1)) {
  130     const auto next = safeCharAtIndex(path, i+1);
  146           const auto next_next = safeCharAtIndex(path, i+2);
  154               const auto next_next_next = safeCharAtIndex(path, i+3);