Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp428 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in ClangTool() argument
432 OverlayFileSystem(new llvm::vfs::OverlayFileSystem(std::move(BaseFS))), in ClangTool()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DStandaloneExecution.h39 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
H A DTooling.h320 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h111 createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS,
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h289 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4606 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromCompilerInvocation() argument
4608 return BaseFS; in createVFSFromCompilerInvocation()
4610 IntrusiveRefCntPtr<llvm::vfs::FileSystem> Result = BaseFS; in createVFSFromCompilerInvocation()