|
clang-tools 22.0.0git
|
#include "ProjectModules.h"#include "support/Logger.h"#include "clang/Tooling/DependencyScanning/DependencyScanningService.h"#include "clang/Tooling/DependencyScanning/DependencyScanningTool.h"Go to the source code of this file.
Classes | |
| class | clang::clangd::ScanningAllProjectModules |
| TODO: The existing ScanningAllProjectModules is not efficient. More... | |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::clangd |
| FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
Functions | |
| std::unique_ptr< ProjectModules > | clang::clangd::scanningProjectModules (std::shared_ptr< const clang::tooling::CompilationDatabase > CDB, const ThreadsafeFS &TFS) |
| Providing modules information for the project by scanning every file. | |