clang-tools 17.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 | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | 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. | |
Functions | |
std::unique_ptr< SymbolIndex > | clang::clangd::createProjectAwareIndex (IndexFactory, bool Sync) |
Returns an index that answers queries using external indices. | |