clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::RelationsRequest Struct Reference

#include <Index.h>

Public Attributes

llvm::DenseSet< SymbolIDSubjects
 
RelationKind Predicate
 
std::optional< uint32_t > Limit
 If set, limit the number of relations returned from the index.
 

Detailed Description

Definition at line 80 of file Index.h.

Member Data Documentation

◆ Limit

std::optional<uint32_t> clang::clangd::RelationsRequest::Limit

◆ Predicate

RelationKind clang::clangd::RelationsRequest::Predicate

◆ Subjects

llvm::DenseSet<SymbolID> clang::clangd::RelationsRequest::Subjects

The documentation for this struct was generated from the following file: