clang-tools 20.0.0git
|
#include <ThreadsafeFS.h>
Additional Inherited Members | |
Public Member Functions inherited from clang::clangd::ThreadsafeFS | |
virtual | ~ThreadsafeFS ()=default |
llvm::IntrusiveRefCntPtr< llvm::vfs::FileSystem > | view (std::nullopt_t CWD) const |
Obtain a vfs::FileSystem with an arbitrary initial working directory. | |
llvm::IntrusiveRefCntPtr< llvm::vfs::FileSystem > | view (PathRef CWD) const |
Obtain a vfs::FileSystem with a specified working directory. | |
Definition at line 47 of file ThreadsafeFS.h.