Home
last modified time | relevance | path

Searched refs:BaseFS (Results 1 – 11 of 11) 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.cpp472 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in ClangTool() argument
476 OverlayFileSystem(new llvm::vfs::OverlayFileSystem(std::move(BaseFS))), in ClangTool()
692 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in buildASTFromCodeWithArgs() argument
696 new llvm::vfs::OverlayFileSystem(std::move(BaseFS))); in buildASTFromCodeWithArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h139 llvm::vfs::FileSystem &getVFS() const { return *BaseFS; } in getVFS()
148 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp616 BaseFS = DepFS; in DependencyScanningWorker()
620 BaseFS = FS; in DependencyScanningWorker()
806 BaseFS->setCurrentWorkingDirectory(WorkingDirectory); in computeDependencies()
816 llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(BaseFS); in computeDependencies()
835 auto &FinalFS = ModifiedFS ? ModifiedFS : BaseFS; in computeDependencies()
846 BaseFS->setCurrentWorkingDirectory(WorkingDirectory); in computeDependencies()
852 llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(BaseFS); in computeDependencies()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DStandaloneExecution.h40 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
H A DTooling.h241 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
335 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h394 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
399 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h111 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.cpp442 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() argument
443 FSList.push_back(std::move(BaseFS)); in OverlayFileSystem()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp5445 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromCompilerInvocation() argument
5447 Diags, std::move(BaseFS)); in createVFSFromCompilerInvocation()
5452 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromOverlayFiles() argument
5454 return BaseFS; in createVFSFromOverlayFiles()
5456 IntrusiveRefCntPtr<llvm::vfs::FileSystem> Result = BaseFS; in createVFSFromOverlayFiles()