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

References

include/llvm/Support/VirtualFileSystem.h
  165     if (Impl->CurrentEntry.path().empty())
  176     if (Impl->CurrentEntry.path().empty())
  181   const directory_entry &operator*() const { return Impl->CurrentEntry; }
  182   const directory_entry *operator->() const { return &Impl->CurrentEntry; }
  186       return Impl->CurrentEntry.path() == RHS.Impl->CurrentEntry.path();
  186       return Impl->CurrentEntry.path() == RHS.Impl->CurrentEntry.path();
lib/Support/VirtualFileSystem.cpp
  363       CurrentEntry = directory_entry(Iter->path(), Iter->type());
  369     CurrentEntry = (Iter == llvm::sys::fs::directory_iterator())
  491         CurrentEntry = directory_entry();
  494       CurrentEntry = *CurrentDirIter;
  495       StringRef Name = llvm::sys::path::filename(CurrentEntry.path());
  907       CurrentEntry = directory_entry(Path.str(), Type);
  911       CurrentEntry = directory_entry();
 2062     CurrentEntry = directory_entry();
 2064     CurrentEntry = *ExternalDirIter;
 2085     CurrentEntry = directory_entry(PathStr.str(), Type);
 2095     if (EC || CurrentEntry.path().empty())
 2097     StringRef Name = llvm::sys::path::filename(CurrentEntry.path());
tools/lldb/unittests/Host/FileSystemTest.cpp
  104           CurrentEntry =
  114           CurrentEntry =
  120         CurrentEntry = vfs::directory_entry();
unittests/Support/VirtualFileSystemTest.cpp
  110           CurrentEntry =
  120           CurrentEntry =
  126         CurrentEntry = vfs::directory_entry();