Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h83 llvm::vfs::createPhysicalFileSystem());
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DAllTUsExecution.cpp127 llvm::vfs::createPhysicalFileSystem(); in execute()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h354 std::unique_ptr<FileSystem> createPhysicalFileSystem();
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp380 std::unique_ptr<FileSystem> vfs::createPhysicalFileSystem() { in createPhysicalFileSystem() function in vfs