Lines Matching defs:DepFS
287 llvm::IntrusiveRefCntPtr<DependencyScanningWorkerFilesystem> DepFS,
292 Controller(Controller), DepFS(std::move(DepFS)), Format(Format),
352 if (DepFS) {
356 DepFS->resetBypassedPathPrefix();
358 DepFS->setBypassedPathPrefix(ModulesCachePath);
361 [LocalDepFS = DepFS](FileEntryRef File)
482 llvm::IntrusiveRefCntPtr<DependencyScanningWorkerFilesystem> DepFS;
513 DepFS =
515 BaseFS = DepFS;
518 DepFS = nullptr;
665 DependencyScanningAction Action(WorkingDirectory, Consumer, Controller, DepFS,