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

Used to resolve a client provided item back. More...

#include <Protocol.h>

Public Attributes

SymbolID symbolID
 
std::optional< std::vector< ResolveParams > > parents
 std::nullopt means parents aren't resolved and empty is no parents.
 

Detailed Description

Used to resolve a client provided item back.

Definition at line 1517 of file Protocol.h.

Member Data Documentation

◆ parents

std::optional<std::vector<ResolveParams> > clang::clangd::TypeHierarchyItem::ResolveParams::parents

std::nullopt means parents aren't resolved and empty is no parents.

Definition at line 1520 of file Protocol.h.

Referenced by clang::clangd::fillSuperTypes(), clang::clangd::fromJSON(), clang::clangd::superTypes(), and clang::clangd::toJSON().

◆ symbolID

SymbolID clang::clangd::TypeHierarchyItem::ResolveParams::symbolID

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