clang-tools 18.0.0git
|
#include "support/Context.h"
#include "llvm/ADT/FunctionExtras.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSet.h"
#include <functional>
#include <optional>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | clang::clangd::Config |
Settings that express user/project preferences and control clangd behavior. More... | |
struct | clang::clangd::Config::CDBSearchSpec |
struct | clang::clangd::Config::ExternalIndexSpec |
Describes an external index configuration. More... | |
struct | llvm::DenseMapInfo< clang::clangd::Config::ExternalIndexSpec > |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
namespace | llvm |
Some operations such as code completion produce a set of candidates. | |