Lines Matching refs:ScanInstance
244 ScanInstance.getFileManager().getFile(Deps.ClangModuleMapFile); in getInvocationAdjustedForModuleBuildWithoutOutputs()
254 auto ModuleMapEntry = ScanInstance.getFileManager().getFile(ModuleMapFile); in getInvocationAdjustedForModuleBuildWithoutOutputs()
302 auto FE = ScanInstance.getFileManager().getFile(MD->ClangModuleMapFile); in collectModuleMapFiles()
364 Preprocessor &PP = ScanInstance.getPreprocessor(); in applyDiscoveredDependencies()
435 Deps, CI, EagerLoadModules, ScanInstance.getVirtualFileSystem()); in associateWithContextHash()
452 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in LexedFileChanged()
456 SourceManager &SM = MDC.ScanInstance.getSourceManager(); in LexedFileChanged()
481 if (MDC.ScanInstance.getPreprocessor().isInImportingCXXNamedModules()) { in moduleImport()
506 FileID MainFileID = MDC.ScanInstance.getSourceManager().getMainFileID(); in EndOfMainFile()
507 MDC.MainFile = std::string(MDC.ScanInstance.getSourceManager() in EndOfMainFile()
511 auto &PP = MDC.ScanInstance.getPreprocessor(); in EndOfMainFile()
526 if (!MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude.empty()) in EndOfMainFile()
527 MDC.addFileDep(MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude); in EndOfMainFile()
530 MDC.ScanInstance.getPreprocessor().getAffectingClangModules()) in EndOfMainFile()
587 MDC.ScanInstance.getPreprocessor().getHeaderSearchInfo().getModuleMap(); in handleTopLevelModule()
598 MDC.ScanInstance.getASTReader()->getModuleManager().lookup( in handleTopLevelModule()
600 MDC.ScanInstance.getASTReader()->visitInputFileInfos( in handleTopLevelModule()
620 MDC.ScanInstance.getASTReader()->visitInputFileInfos( in handleTopLevelModule()
637 *MDC.ScanInstance.getASTReader(), *MF, in handleTopLevelModule()
738 CompilerInstance &ScanInstance, DependencyConsumer &C, in ModuleDepCollector() argument
743 : ScanInstance(ScanInstance), Consumer(C), Controller(Controller), in ModuleDepCollector()
760 ScanInstance.getHeaderSearchOpts().PrebuiltModuleFiles; in isPrebuiltModule()
789 Path = makeAbsoluteAndPreferred(ScanInstance, Path, Storage); in addFileDep()
800 Path = makeAbsoluteAndPreferred(ScanInstance, Path, Storage); in addFileDep()