Go to the source code of this file.
|
| std::unique_ptr< DiagnosticOptions > | clang::dependencies::createDiagOptions (ArrayRef< std::string > CommandLine) |
| std::unique_ptr< CompilerInvocation > | clang::dependencies::createCompilerInvocation (ArrayRef< std::string > CommandLine, DiagnosticsEngine &Diags) |
| void | clang::dependencies::initializeScanCompilerInstance (CompilerInstance &ScanInstance, IntrusiveRefCntPtr< llvm::vfs::FileSystem > FS, DiagnosticConsumer *DiagConsumer, DependencyScanningService &Service, IntrusiveRefCntPtr< DependencyScanningWorkerFilesystem > DepFS) |
| SmallVector< StringRef > | clang::dependencies::getInitialStableDirs (const CompilerInstance &ScanInstance) |
| std::optional< PrebuiltModulesAttrsMap > | clang::dependencies::computePrebuiltModulesASTMap (CompilerInstance &ScanInstance, SmallVector< StringRef > &StableDirs) |
| std::shared_ptr< ModuleDepCollector > | clang::dependencies::initializeScanInstanceDependencyCollector (CompilerInstance &ScanInstance, std::unique_ptr< DependencyOutputOptions > DepOutputOpts, StringRef WorkingDirectory, DependencyConsumer &Consumer, DependencyScanningService &Service, CompilerInvocation &Inv, DependencyActionController &Controller, PrebuiltModulesAttrsMap PrebuiltModulesASTMap, llvm::SmallVector< StringRef > &StableDirs) |
| | Create the dependency collector that will collect the produced dependencies.
|