clang-tools 20.0.0git
Public Attributes | List of all members
clang::clangd::ContainedRefsResult Struct Reference

#include <Index.h>

Public Attributes

SymbolLocation Location
 The source location where the symbol is named.
 
RefKind Kind = RefKind::Unknown
 
SymbolID Symbol
 The ID of the symbol which is referred to.
 

Detailed Description

Definition at line 100 of file Index.h.

Member Data Documentation

◆ Kind

RefKind clang::clangd::ContainedRefsResult::Kind = RefKind::Unknown

Definition at line 103 of file Index.h.

Referenced by clang::clangd::remote::Marshaller::toProtobuf().

◆ Location

SymbolLocation clang::clangd::ContainedRefsResult::Location

The source location where the symbol is named.

Definition at line 102 of file Index.h.

Referenced by clang::clangd::remote::Marshaller::toProtobuf().

◆ Symbol

SymbolID clang::clangd::ContainedRefsResult::Symbol

The ID of the symbol which is referred to.

Definition at line 105 of file Index.h.

Referenced by clang::clangd::remote::Marshaller::toProtobuf().


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