clang 19.0.0git
Public Member Functions | List of all members
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:
Inheritance graph
[legend]

Public Member Functions

virtual ~DependencyActionController ()
 
virtual std::string lookupModuleOutput (const ModuleID &ID, 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 66 of file DependencyScanningWorker.h.

Constructor & Destructor Documentation

◆ ~DependencyActionController()

DependencyActionController::~DependencyActionController ( )
virtual

Definition at line 688 of file DependencyScanningWorker.cpp.

Member Function Documentation

◆ lookupModuleOutput()

virtual std::string clang::tooling::dependencies::DependencyActionController::lookupModuleOutput ( const ModuleID ID,
ModuleOutputKind  Kind 
)
pure virtual

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