clang 23.0.0git
clang::dependencies::DependencyScanningService Class Reference

The dependency scanning service contains shared configuration and state that is used by the individual dependency scanning workers. More...

#include "clang/DependencyScanning/DependencyScanningService.h"

Public Member Functions

 DependencyScanningService (DependencyScanningServiceOptions Opts)
const DependencyScanningServiceOptionsgetOpts () const
DependencyScanningFilesystemSharedCachegetSharedCache ()
ModuleCacheEntriesgetModuleCacheEntries ()

Detailed Description

The dependency scanning service contains shared configuration and state that is used by the individual dependency scanning workers.

Definition at line 108 of file DependencyScanningService.h.

Constructor & Destructor Documentation

◆ DependencyScanningService()

clang::dependencies::DependencyScanningService::DependencyScanningService ( DependencyScanningServiceOptions Opts)
inlineexplicit

Definition at line 110 of file DependencyScanningService.h.

Member Function Documentation

◆ getModuleCacheEntries()

ModuleCacheEntries & clang::dependencies::DependencyScanningService::getModuleCacheEntries ( )
inline

Definition at line 119 of file DependencyScanningService.h.

◆ getOpts()

◆ getSharedCache()

DependencyScanningFilesystemSharedCache & clang::dependencies::DependencyScanningService::getSharedCache ( )
inline

Definition at line 115 of file DependencyScanningService.h.


The documentation for this class was generated from the following file: