Lines Matching refs:Instance
119 MDC.ContextHash = Instance.getInvocation().getModuleHash(); in FileChanged()
123 SourceManager &SM = Instance.getSourceManager(); in FileChanged()
166 FileID MainFileID = Instance.getSourceManager().getMainFileID(); in EndOfMainFile()
168 Instance.getSourceManager().getFileEntryForID(MainFileID)->getName()); in EndOfMainFile()
170 if (!Instance.getPreprocessorOpts().ImplicitPCHInclude.empty()) in EndOfMainFile()
171 MDC.FileDeps.push_back(Instance.getPreprocessorOpts().ImplicitPCHInclude); in EndOfMainFile()
210 const FileEntry *ModuleMap = Instance.getPreprocessor() in handleTopLevelModule()
217 MDC.Instance.getASTReader()->getModuleManager().lookup(M->getASTFile()); in handleTopLevelModule()
218 MDC.Instance.getASTReader()->visitInputFiles( in handleTopLevelModule()
279 : Instance(I), Consumer(C), Opts(std::move(Opts)), in ModuleDepCollector()
283 PP.addPPCallbacks(std::make_unique<ModuleDepCollectorPP>(Instance, *this)); in attachToPreprocessor()
291 Instance.getHeaderSearchOpts().PrebuiltModuleFiles; in isPrebuiltModule()