9#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_SCANNINGPROJECTMODULES_H
10#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_SCANNINGPROJECTMODULES_H
13#include "clang/Tooling/CompilationDatabase.h"
20 std::shared_ptr<const clang::tooling::CompilationDatabase> CDB,
21 const ThreadsafeFS &TFS);
std::unique_ptr< ProjectModules > scanningProjectModules(std::shared_ptr< const clang::tooling::CompilationDatabase > CDB, const ThreadsafeFS &TFS)
Providing modules information for the project by scanning every file.
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//