Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp32 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in StandaloneToolExecutor() argument
35 std::move(BaseFS)), in StandaloneToolExecutor()
H A DTooling.cpp474 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in ClangTool() argument
478 OverlayFileSystem(new llvm::vfs::OverlayFileSystem(std::move(BaseFS))), in ClangTool()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp498 BaseFS = DepFS; in DependencyScanningWorker()
502 BaseFS = FS; in DependencyScanningWorker()
595 BaseFS->setCurrentWorkingDirectory(WorkingDirectory); in computeDependencies()
605 llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(BaseFS); in computeDependencies()
625 auto &FinalFS = ModifiedFS ? ModifiedFS : BaseFS; in computeDependencies()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DStandaloneExecution.h40 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h408 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
413 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h110 createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp314 FileCollector::createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS, in createCollectorVFS() argument
316 return new FileCollectorFileSystem(std::move(BaseFS), std::move(Collector)); in createCollectorVFS()
H A DVirtualFileSystem.cpp430 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() argument
431 FSList.push_back(std::move(BaseFS)); in OverlayFileSystem()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp5094 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromCompilerInvocation() argument
5096 Diags, std::move(BaseFS)); in createVFSFromCompilerInvocation()
5101 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromOverlayFiles() argument
5103 return BaseFS; in createVFSFromOverlayFiles()
5105 IntrusiveRefCntPtr<llvm::vfs::FileSystem> Result = BaseFS; in createVFSFromOverlayFiles()