clang 22.0.0git
clang::tooling::dependencies::DependencyActionController Class Referenceabstract

Dependency scanner callbacks that are used during scanning to influence the behaviour of the scan - for example, to customize the scanned invocations. More...

#include "clang/Tooling/DependencyScanning/DependencyScanningWorker.h"

Inheritance diagram for clang::tooling::dependencies::DependencyActionController:
[legend]

Public Member Functions

virtual ~DependencyActionController ()
virtual std::string lookupModuleOutput (const ModuleDeps &MD, ModuleOutputKind Kind)=0

Detailed Description

Dependency scanner callbacks that are used during scanning to influence the behaviour of the scan - for example, to customize the scanned invocations.

Definition at line 69 of file DependencyScanningWorker.h.

Constructor & Destructor Documentation

◆ ~DependencyActionController()

DependencyActionController::~DependencyActionController ( )
virtual

Definition at line 862 of file DependencyScanningWorker.cpp.

Member Function Documentation

◆ lookupModuleOutput()

virtual std::string clang::tooling::dependencies::DependencyActionController::lookupModuleOutput ( const ModuleDeps & MD,
ModuleOutputKind Kind )
pure virtual

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