clang-tools 20.0.0git
|
#include <Index.h>
Public Attributes | |
llvm::DenseSet< SymbolID > | Subjects |
RelationKind | Predicate |
std::optional< uint32_t > | Limit |
If set, limit the number of relations returned from the index. | |
std::optional<uint32_t> clang::clangd::RelationsRequest::Limit |
If set, limit the number of relations returned from the index.
Definition at line 84 of file Index.h.
Referenced by clang::clangd::remote::Marshaller::fromProtobuf(), clang::clangd::MergedIndex::relations(), clang::clangd::dex::Dex::relations(), clang::clangd::MemIndex::relations(), and clang::clangd::remote::Marshaller::toProtobuf().
RelationKind clang::clangd::RelationsRequest::Predicate |
Definition at line 82 of file Index.h.
Referenced by clang::clangd::fillSubTypes(), clang::clangd::remote::Marshaller::fromProtobuf(), clang::clangd::dex::Dex::relations(), clang::clangd::MemIndex::relations(), and clang::clangd::remote::Marshaller::toProtobuf().
llvm::DenseSet<SymbolID> clang::clangd::RelationsRequest::Subjects |
Definition at line 81 of file Index.h.
Referenced by clang::clangd::fillSubTypes(), clang::clangd::remote::Marshaller::fromProtobuf(), clang::clangd::dex::Dex::relations(), clang::clangd::MemIndex::relations(), and clang::clangd::remote::Marshaller::toProtobuf().