Searched refs:DepFS (Results 1 – 2 of 2) sorted by relevance
53 llvm::IntrusiveRefCntPtr<DependencyScanningWorkerFilesystem> DepFS, in DependencyScanningAction() argument57 DepFS(std::move(DepFS)), PPSkipMappings(PPSkipMappings), in DependencyScanningAction()76 if (DepFS) { in runInvocation()81 DepFS->IgnoredFiles.clear(); in runInvocation()83 DepFS->IgnoredFiles.insert(Entry.Path); in runInvocation()85 DepFS->IgnoredFiles.insert(Entry); in runInvocation()90 CI, Compiler.getDiagnostics(), DepFS)); in runInvocation()137 if (!DepFS) in runInvocation()145 llvm::IntrusiveRefCntPtr<DependencyScanningWorkerFilesystem> DepFS; member in __anond371f9850111::DependencyScanningAction162 DepFS = new DependencyScanningWorkerFilesystem( in DependencyScanningWorker()[all …]
75 llvm::IntrusiveRefCntPtr<DependencyScanningWorkerFilesystem> DepFS; variable