Home
last modified time | relevance | path

Searched refs:GetDependenciesByModuleNameAction (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h322 class GetDependenciesByModuleNameAction : public PreprocessOnlyAction {
327 GetDependenciesByModuleNameAction(StringRef ModuleName) in GetDependenciesByModuleNameAction() function
/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp426 Action = std::make_unique<GetDependenciesByModuleNameAction>(*ModuleName); in runInvocation()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1202 void GetDependenciesByModuleNameAction::ExecuteAction() { in ExecuteAction()