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

#include <XRefs.h>

Public Attributes

std::string Name
 
Location PreferredDeclaration
 
std::optional< LocationDefinition
 
SymbolID ID
 

Detailed Description

Definition at line 41 of file XRefs.h.

Member Data Documentation

◆ Definition

std::optional<Location> clang::clangd::LocatedSymbol::Definition

Definition at line 47 of file XRefs.h.

Referenced by clang::clangd::getToggle(), and clang::clangd::locateSymbolTextually().

◆ ID

SymbolID clang::clangd::LocatedSymbol::ID

Definition at line 49 of file XRefs.h.

Referenced by clang::clangd::locateSymbolTextually().

◆ Name

std::string clang::clangd::LocatedSymbol::Name

Definition at line 43 of file XRefs.h.

Referenced by clang::clangd::locateSymbolTextually().

◆ PreferredDeclaration

Location clang::clangd::LocatedSymbol::PreferredDeclaration

Definition at line 45 of file XRefs.h.

Referenced by clang::clangd::getToggle(), and clang::clangd::locateSymbolTextually().


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