clang 22.0.0git
DependencyScannerImpl.h File Reference

Go to the source code of this file.

Classes

class  clang::tooling::dependencies::DependencyScanningAction
struct  clang::tooling::dependencies::DignosticsEngineWithDiagOpts
struct  clang::tooling::dependencies::TextDiagnosticsPrinterWithOutput

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
namespace  clang::tooling
namespace  clang::tooling::dependencies

Functions

std::unique_ptr< DiagnosticOptionsclang::tooling::dependencies::createDiagOptions (ArrayRef< std::string > CommandLine)
std::pair< std::unique_ptr< driver::Driver >, std::unique_ptr< driver::Compilation > > clang::tooling::dependencies::buildCompilation (ArrayRef< std::string > ArgStrs, DiagnosticsEngine &Diags, IntrusiveRefCntPtr< llvm::vfs::FileSystem > FS)
std::unique_ptr< CompilerInvocationclang::tooling::dependencies::createCompilerInvocation (ArrayRef< std::string > CommandLine, DiagnosticsEngine &Diags)
std::pair< IntrusiveRefCntPtr< llvm::vfs::FileSystem >, std::vector< std::string > > clang::tooling::dependencies::initVFSForTUBuferScanning (IntrusiveRefCntPtr< llvm::vfs::FileSystem > BaseFS, ArrayRef< std::string > CommandLine, StringRef WorkingDirectory, llvm::MemoryBufferRef TUBuffer)
std::pair< IntrusiveRefCntPtr< llvm::vfs::FileSystem >, std::vector< std::string > > clang::tooling::dependencies::initVFSForByNameScanning (IntrusiveRefCntPtr< llvm::vfs::FileSystem > BaseFS, ArrayRef< std::string > CommandLine, StringRef WorkingDirectory, StringRef ModuleName)
bool clang::tooling::dependencies::initializeScanCompilerInstance (CompilerInstance &ScanInstance, IntrusiveRefCntPtr< llvm::vfs::FileSystem > FS, DiagnosticConsumer *DiagConsumer, DependencyScanningService &Service, IntrusiveRefCntPtr< DependencyScanningWorkerFilesystem > DepFS)
llvm::SmallVector< StringRef > clang::tooling::dependencies::getInitialStableDirs (const CompilerInstance &ScanInstance)
std::optional< PrebuiltModulesAttrsMapclang::tooling::dependencies::computePrebuiltModulesASTMap (CompilerInstance &ScanInstance, llvm::SmallVector< StringRef > &StableDirs)
std::unique_ptr< DependencyOutputOptionsclang::tooling::dependencies::takeDependencyOutputOptionsFrom (CompilerInstance &ScanInstance)
std::shared_ptr< ModuleDepCollectorclang::tooling::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.