Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp331 BaseFS = DepFS; in DependencyScanningWorker()
335 BaseFS = FS; in DependencyScanningWorker()
428 BaseFS->setCurrentWorkingDirectory(WorkingDirectory); in computeDependencies()
438 llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(BaseFS); in computeDependencies()
458 auto &FinalFS = ModifiedFS ? ModifiedFS : BaseFS; in computeDependencies()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/
H A DStandaloneExecution.h40 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
H A DTooling.h329 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h393 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
398 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h110 createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h112 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS; variable
/freebsd-14.2/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.cpp421 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() argument
422 FSList.push_back(std::move(BaseFS)); in OverlayFileSystem()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4883 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromCompilerInvocation() argument
4885 Diags, std::move(BaseFS)); in createVFSFromCompilerInvocation()
4890 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromOverlayFiles() argument
4892 return BaseFS; in createVFSFromOverlayFiles()
4894 IntrusiveRefCntPtr<llvm::vfs::FileSystem> Result = BaseFS; in createVFSFromOverlayFiles()