clang-tools
15.0.0git
|
#include "support/Context.h"
#include "llvm/ADT/FunctionExtras.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/Regex.h"
#include <functional>
#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 | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
llvm | |
Some operations such as code completion produce a set of candidates. | |