Home
last modified time | relevance | path

Searched refs:createPhysicalFileSystem (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h73 llvm::vfs::createPhysicalFileSystem());
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreadsafeFS.cpp88 return new VolatileFileSystem(llvm::vfs::createPhysicalFileSystem()); in viewImpl()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DAllTUsExecution.cpp127 llvm::vfs::createPhysicalFileSystem(); in execute()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h355 std::unique_ptr<FileSystem> createPhysicalFileSystem();
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp474 std::unique_ptr<vfs::FileSystem> BFS = vfs::createPhysicalFileSystem(), in TEST()
475 CFS = vfs::createPhysicalFileSystem(); in TEST()
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp381 std::unique_ptr<FileSystem> vfs::createPhysicalFileSystem() { in createPhysicalFileSystem() function in vfs