|
clang 22.0.0git
|
#include "clang/DependencyScanning/DependencyScannerImpl.h"#include "clang/DependencyScanning/DependencyScanningWorker.h"#include "clang/DependencyScanning/ModuleDepCollector.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/MapVector.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | clang::dependencies::TranslationUnitDeps |
| The full dependencies and module graph for a specific input. More... | |
| class | clang::dependencies::FullDependencyConsumer |
| class | clang::dependencies::CallbackActionController |
| A simple dependency action controller that uses a callback. More... | |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::dependencies |
Typedefs | |
| using | clang::dependencies::ModuleDepsGraph = std::vector<clang::dependencies::ModuleDeps> |
| Graph of modular dependencies. | |
| using | clang::dependencies::LookupModuleOutputCallback |
| A callback to lookup module outputs for "-fmodule-file=", "-o" etc. | |