clang-tools 22.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 |
FIXME: Skip testing on windows temporarily due to the different escaping code mode. |
Typedefs | |
using | clang::clangd::IndexFactory |
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. |