clang-tools 22.0.0git
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

◆ 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(), and clang::clangd::operator<<().

◆ PreferredDeclaration

Location clang::clangd::LocatedSymbol::PreferredDeclaration

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