Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp157 RealFS = llvm::vfs::createPhysicalFileSystem(); in DependencyScanningWorker()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DAllTUsExecution.cpp127 llvm::vfs::createPhysicalFileSystem(); in execute()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h310 std::unique_ptr<FileSystem> createPhysicalFileSystem();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp351 std::unique_ptr<FileSystem> vfs::createPhysicalFileSystem() { in createPhysicalFileSystem() function in vfs