clang 20.0.0git
|
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"
Public Member Functions | |
virtual | ~DependencyActionController () |
virtual std::string | lookupModuleOutput (const ModuleID &ID, ModuleOutputKind Kind)=0 |
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.
|
virtual |
Definition at line 697 of file DependencyScanningWorker.cpp.
|
pure virtual |
Implemented in clang::tooling::dependencies::CallbackActionController.