Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp127 llvm::vfs::createPhysicalFileSystem(); in execute()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp282 RealFS = llvm::vfs::createPhysicalFileSystem(); in DependencyScanningWorker()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h310 std::unique_ptr<FileSystem> createPhysicalFileSystem();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp351 std::unique_ptr<FileSystem> vfs::createPhysicalFileSystem() { in createPhysicalFileSystem() function in vfs