clang-tools
9.0.0
|
#include "SymbolID.h"
#include "SymbolLocation.h"
#include "clang/Index/IndexSymbol.h"
#include "llvm/ADT/iterator_range.h"
#include <cstdint>
#include <utility>
Go to the source code of this file.
Classes | |
struct | clang::clangd::Relation |
Represents a relation between two symbols. More... | |
class | clang::clangd::RelationSlab |
class | clang::clangd::RelationSlab::Builder |
RelationSlab::Builder is a mutable container that can 'freeze' to RelationSlab. More... | |
struct | llvm::DenseMapInfo< clang::index::SymbolRole > |
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
llvm | |
Some operations such as code completion produce a set of candidates. | |