Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Tooling/
H A DStandaloneExecution.cpp32 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in StandaloneToolExecutor() argument
35 std::move(BaseFS)), in StandaloneToolExecutor()
H A DTooling.cpp443 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in ClangTool() argument
447 OverlayFileSystem(new llvm::vfs::OverlayFileSystem(std::move(BaseFS))), in ClangTool()
/openbsd/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp334 BaseFS = DepFS; in DependencyScanningWorker()
338 BaseFS = FS; in DependencyScanningWorker()
394 BaseFS->setCurrentWorkingDirectory(WorkingDirectory); in computeDependencies()
403 llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(BaseFS); in computeDependencies()
418 FSOpts, ModifiedFS ? ModifiedFS : BaseFS); in computeDependencies()
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h295 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
300 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
/openbsd/gnu/llvm/clang/include/clang/Tooling/
H A DStandaloneExecution.h40 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
H A DTooling.h326 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
/openbsd/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h103 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS; variable
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DFileCollector.h110 createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS,
/openbsd/gnu/llvm/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.cpp418 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() argument
419 FSList.push_back(std::move(BaseFS)); in OverlayFileSystem()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp4754 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromCompilerInvocation() argument
4756 Diags, std::move(BaseFS)); in createVFSFromCompilerInvocation()
4761 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromOverlayFiles() argument
4763 return BaseFS; in createVFSFromOverlayFiles()
4765 IntrusiveRefCntPtr<llvm::vfs::FileSystem> Result = BaseFS; in createVFSFromOverlayFiles()