clang-tools
10.0.0
|
#include <Index.h>
Public Attributes | |
llvm::DenseSet< SymbolID > | Subjects |
RelationKind | Predicate |
llvm::Optional< uint32_t > | Limit |
If set, limit the number of relations returned from the index. More... | |
llvm::Optional<uint32_t> clang::clangd::RelationsRequest::Limit |
If set, limit the number of relations returned from the index.
Definition at line 80 of file Index.h.
Referenced by clang::clangd::MergedIndex::relations(), and clang::clangd::MemIndex::relations().
RelationKind clang::clangd::RelationsRequest::Predicate |
Definition at line 78 of file Index.h.
Referenced by clang::clangd::MemIndex::relations().
llvm::DenseSet<SymbolID> clang::clangd::RelationsRequest::Subjects |
Definition at line 77 of file Index.h.
Referenced by clang::clangd::MemIndex::relations().