Lines Matching refs:ScanInstance
174 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in FileChanged()
178 SourceManager &SM = MDC.ScanInstance.getSourceManager(); in FileChanged()
221 FileID MainFileID = MDC.ScanInstance.getSourceManager().getMainFileID(); in EndOfMainFile()
222 MDC.MainFile = std::string(MDC.ScanInstance.getSourceManager() in EndOfMainFile()
226 if (!MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude.empty()) in EndOfMainFile()
228 MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude); in EndOfMainFile()
268 const FileEntry *ModuleMap = MDC.ScanInstance.getPreprocessor() in handleTopLevelModule()
281 MDC.ScanInstance.getASTReader()->getModuleManager().lookup( in handleTopLevelModule()
283 MDC.ScanInstance.getASTReader()->visitInputFiles( in handleTopLevelModule()
321 MDC.ScanInstance.getASTReader()->visitTopLevelModuleMaps( in handleTopLevelModule()
343 *MDC.ScanInstance.getASTReader(), *MF); in handleTopLevelModule()
418 CompilerInstance &ScanInstance, DependencyConsumer &C, in ModuleDepCollector() argument
420 : ScanInstance(ScanInstance), Consumer(C), Opts(std::move(Opts)), in ModuleDepCollector()
432 ScanInstance.getHeaderSearchOpts().PrebuiltModuleFiles; in isPrebuiltModule()