Home
last modified time | relevance | path

Searched refs:BaseFS (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DStandaloneExecution.cpp32 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in StandaloneToolExecutor() argument
35 std::move(BaseFS)), in StandaloneToolExecutor()
H A DTooling.cpp409 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in ClangTool() argument
413 OverlayFileSystem(new llvm::vfs::OverlayFileSystem(std::move(BaseFS))), in ClangTool()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DStandaloneExecution.h39 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
H A DTooling.h312 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp312 FileCollector::createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS, in createCollectorVFS() argument
314 return new FileCollectorFileSystem(std::move(BaseFS), std::move(Collector)); in createCollectorVFS()
H A DVirtualFileSystem.cpp389 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() argument
390 FSList.push_back(std::move(BaseFS)); in OverlayFileSystem()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileCollector.h111 createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h289 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp4608 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromCompilerInvocation() argument
4610 return BaseFS; in createVFSFromCompilerInvocation()
4612 IntrusiveRefCntPtr<llvm::vfs::FileSystem> Result = BaseFS; in createVFSFromCompilerInvocation()