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

Declarations

tools/lldb/include/lldb/Host/FileSystem.h
  123   bool IsDirectory(const llvm::Twine &path) const;

References

tools/lldb/source/Host/common/FileSystem.cpp
  176   return IsDirectory(file_spec.GetPath());
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
   30   if (FileSystem::Instance().IsDirectory(clang_path))
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  635     if (FileSystem::Instance().IsDirectory(clang_resource_dir.GetPath())) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1575   if (FileSystem::Instance().IsDirectory(sysroot_spec.GetPath())) {