clang-tools
11.0.0
|
#include <Index.h>
Public Attributes | |
llvm::DenseSet< SymbolID > | IDs |
RefKind | Filter = RefKind::All |
llvm::Optional< uint32_t > | Limit |
If set, limit the number of refers returned from the index. More... | |
RefKind clang::clangd::RefsRequest::Filter = RefKind::All |
Definition at line 69 of file Index.h.
Referenced by clang::clangd::MemIndex::refs().
llvm::DenseSet<SymbolID> clang::clangd::RefsRequest::IDs |
Definition at line 68 of file Index.h.
Referenced by clang::clangd::MemIndex::refs().
llvm::Optional<uint32_t> clang::clangd::RefsRequest::Limit |
If set, limit the number of refers returned from the index.
The index may choose to return less than this, e.g. it tries to avoid returning stale results.
Definition at line 73 of file Index.h.
Referenced by clang::clangd::MergedIndex::refs(), clang::clangd::MemIndex::refs(), and clang::clangd::dex::Dex::refs().