clang
15.0.0git
|
#include "clang/Tooling/DependencyScanning/DependencyScanningService.h"
#include "clang/Tooling/DependencyScanning/DependencyScanningWorker.h"
#include "clang/Tooling/DependencyScanning/ModuleDepCollector.h"
#include "clang/Tooling/JSONCompilationDatabase.h"
#include "llvm/ADT/StringSet.h"
#include <string>
Go to the source code of this file.
Classes | |
struct | clang::tooling::dependencies::FullDependencies |
The full dependencies and module graph for a specific input. More... | |
struct | clang::tooling::dependencies::FullDependenciesResult |
class | clang::tooling::dependencies::DependencyScanningTool |
The high-level implementation of the dependency discovery tool that runs on an individual worker thread. More... | |
Namespaces | |
clang | |
clang::tooling | |
clang::tooling::dependencies | |