clang-tools
15.0.0git
|
#include "Config.h"
#include "index/Index.h"
#include "support/Threading.h"
#include <functional>
#include <memory>
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
Typedefs | |
using | clang::clangd::IndexFactory = std::function< std::unique_ptr< SymbolIndex >(const Config::ExternalIndexSpec &, AsyncTaskRunner *)> |
A functor to create an index for an external index specification. More... | |
Functions | |
std::unique_ptr< SymbolIndex > | clang::clangd::createProjectAwareIndex (IndexFactory, bool Sync) |
Returns an index that answers queries using external indices. More... | |