Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h83 llvm::vfs::createPhysicalFileSystem());
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp127 llvm::vfs::createPhysicalFileSystem(); in execute()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h354 std::unique_ptr<FileSystem> createPhysicalFileSystem();
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1765 VFS = llvm::vfs::createPhysicalFileSystem(); in LoadFromCommandLine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp383 std::unique_ptr<FileSystem> vfs::createPhysicalFileSystem() { in createPhysicalFileSystem() function in vfs