clang-tools 19.0.0git
Namespaces | Typedefs | Functions
ProjectAware.h File Reference
#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.