Home
last modified time | relevance | path

Searched refs:getUnderlyingFS (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFS.cpp66 auto File = getUnderlyingFS().openFileForRead(Path); in getProducingFS()
75 StatCache.update(getUnderlyingFS(), std::move(*S)); in getProducingFS()
80 auto S = getUnderlyingFS().status(Path); in getProducingFS()
82 StatCache.update(getUnderlyingFS(), *S); in getProducingFS()
105 return getUnderlyingFS().status(Path); in getConsumingFS()
H A DPreamble.cpp446 auto FileOr = getUnderlyingFS().openFileForRead(Path); in openFileForRead()
454 return getUnderlyingFS().status(Path); in status()
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreadsafeFS.cpp37 auto File = getUnderlyingFS().openFileForRead(Path); in openFileForRead()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp21 auto MaybeFile = getUnderlyingFS().openFileForRead(Filename); in readFile()
214 llvm::ErrorOr<llvm::vfs::Status> Stat = getUnderlyingFS().status(Filename); in computeAndStoreResult()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h454 FileSystem &getUnderlyingFS() { return *FS; } in getUnderlyingFS() function