Searched refs:OverlayFS (Results 1 – 6 of 6) sorted by relevance
38 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS = nullptr);52 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS; variable
330 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS) in ClangTidyASTConsumerFactory() argument331 : Context(Context), OverlayFS(std::move(OverlayFS)), in ClangTidyASTConsumerFactory()422 if (Context.getLangOpts().Modules && OverlayFS != nullptr) { in createASTConsumer()424 &Compiler, OverlayFS); in createASTConsumer()
69 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS) in ExpandModularHeadersPPCallbacks() argument79 OverlayFS->pushOverlay(InMemoryFs); in ExpandModularHeadersPPCallbacks()
47 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS);
278 auto OverlayFS = in DependencyScanningWorker() local281 OverlayFS->pushOverlay(InMemoryFS); in DependencyScanningWorker()282 RealFS = OverlayFS; in DependencyScanningWorker()
334 auto OverlayFS = llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(RFS); in overlayRealFS() local335 OverlayFS->pushOverlay(VFS); in overlayRealFS()336 return OverlayFS; in overlayRealFS()