Lines Matching refs:ScanInstance

181       ScanInstance.getFileManager().getFile(Deps.ClangModuleMapFile);  in getInvocationAdjustedForModuleBuildWithoutOutputs()
187 auto ModuleMapEntry = ScanInstance.getFileManager().getFile(ModuleMapFile); in getInvocationAdjustedForModuleBuildWithoutOutputs()
235 auto FE = ScanInstance.getFileManager().getFile(MD->ClangModuleMapFile); in collectModuleMapFiles()
295 Preprocessor &PP = ScanInstance.getPreprocessor(); in applyDiscoveredDependencies()
366 Deps, CI, EagerLoadModules, ScanInstance.getVirtualFileSystem()); in associateWithContextHash()
383 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in LexedFileChanged()
387 SourceManager &SM = MDC.ScanInstance.getSourceManager(); in LexedFileChanged()
412 if (MDC.ScanInstance.getPreprocessor().isInImportingCXXNamedModules()) { in moduleImport()
437 FileID MainFileID = MDC.ScanInstance.getSourceManager().getMainFileID(); in EndOfMainFile()
438 MDC.MainFile = std::string(MDC.ScanInstance.getSourceManager() in EndOfMainFile()
442 auto &PP = MDC.ScanInstance.getPreprocessor(); in EndOfMainFile()
457 if (!MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude.empty()) in EndOfMainFile()
458 MDC.addFileDep(MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude); in EndOfMainFile()
461 MDC.ScanInstance.getPreprocessor().getAffectingClangModules()) in EndOfMainFile()
514 MDC.ScanInstance.getPreprocessor().getHeaderSearchInfo().getModuleMap(); in handleTopLevelModule()
525 MDC.ScanInstance.getASTReader()->getModuleManager().lookup( in handleTopLevelModule()
527 MDC.ScanInstance.getASTReader()->visitInputFileInfos( in handleTopLevelModule()
547 MDC.ScanInstance.getASTReader()->visitInputFileInfos( in handleTopLevelModule()
563 *MDC.ScanInstance.getASTReader(), *MF); in handleTopLevelModule()
662 CompilerInstance &ScanInstance, DependencyConsumer &C, in ModuleDepCollector() argument
666 : ScanInstance(ScanInstance), Consumer(C), Controller(Controller), in ModuleDepCollector()
682 ScanInstance.getHeaderSearchOpts().PrebuiltModuleFiles; in isPrebuiltModule()
711 Path = makeAbsoluteAndPreferred(ScanInstance, Path, Storage); in addFileDep()
722 Path = makeAbsoluteAndPreferred(ScanInstance, Path, Storage); in addFileDep()