|
clang-tools 22.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 97 of file Index.h.
Referenced by clang::clangd::remote::Marshaller::fromProtobuf(), clang::clangd::dex::Dex::relations(), clang::clangd::MemIndex::relations(), clang::clangd::MergedIndex::relations(), clang::clangd::dex::Dex::reverseRelations(), clang::clangd::MemIndex::reverseRelations(), clang::clangd::MergedIndex::reverseRelations(), and clang::clangd::remote::Marshaller::toProtobuf().
| RelationKind clang::clangd::RelationsRequest::Predicate |
Definition at line 95 of file Index.h.
Referenced by clang::clangd::fillSubTypes(), clang::clangd::remote::Marshaller::fromProtobuf(), clang::clangd::dex::Dex::relations(), clang::clangd::MemIndex::relations(), clang::clangd::dex::Dex::reverseRelations(), clang::clangd::MemIndex::reverseRelations(), and clang::clangd::remote::Marshaller::toProtobuf().
| llvm::DenseSet<SymbolID> clang::clangd::RelationsRequest::Subjects |
Definition at line 94 of file Index.h.
Referenced by clang::clangd::fillSubTypes(), clang::clangd::remote::Marshaller::fromProtobuf(), clang::clangd::dex::Dex::relations(), clang::clangd::MemIndex::relations(), clang::clangd::dex::Dex::reverseRelations(), clang::clangd::MemIndex::reverseRelations(), and clang::clangd::remote::Marshaller::toProtobuf().