Searched refs:ScanInstance (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 156 CompilerInstance ScanInstance(std::move(PCHContainerOps)); in runInvocation() local 157 ScanInstance.setInvocation(std::move(Invocation)); in runInvocation() 160 sanitizeDiagOpts(ScanInstance.getDiagnosticOpts()); in runInvocation() 162 if (!ScanInstance.hasDiagnostics()) in runInvocation() 172 ScanInstance.setFileManager(FileMgr); in runInvocation() 173 ScanInstance.createSourceManager(*FileMgr); in runInvocation() 181 ScanInstance.getPreprocessorOpts().ImplicitPCHInclude, ScanInstance, in runInvocation() 190 ScanInstance.getInvocation(), ScanInstance.getDiagnostics(), DepFS)); in runInvocation() 223 ScanInstance.addDependencyCollector( in runInvocation() 229 std::move(Opts), ScanInstance, Consumer, in runInvocation() [all …]
|
| H A D | ModuleDepCollector.cpp | 174 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in FileChanged() 178 SourceManager &SM = MDC.ScanInstance.getSourceManager(); in FileChanged() 222 MDC.MainFile = std::string(MDC.ScanInstance.getSourceManager() 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() 418 CompilerInstance &ScanInstance, DependencyConsumer &C, in ModuleDepCollector() argument 420 : ScanInstance(ScanInstance), Consumer(C), Opts(std::move(Opts)), in ModuleDepCollector() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 202 CompilerInstance &ScanInstance, DependencyConsumer &C, 212 CompilerInstance &ScanInstance; variable
|