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

Parameters for the typeHierarchy/resolve request. More...

#include <Protocol.h>

Public Attributes

TypeHierarchyItem item
 The item to resolve.
 
int resolve
 The hierarchy levels to resolve. 0 indicates no level.
 
TypeHierarchyDirection direction
 The direction of the hierarchy levels to resolve.
 

Detailed Description

Parameters for the typeHierarchy/resolve request.

Definition at line 1548 of file Protocol.h.

Member Data Documentation

◆ direction

TypeHierarchyDirection clang::clangd::ResolveTypeHierarchyItemParams::direction

The direction of the hierarchy levels to resolve.

Definition at line 1556 of file Protocol.h.

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

◆ item

TypeHierarchyItem clang::clangd::ResolveTypeHierarchyItemParams::item

The item to resolve.

Definition at line 1550 of file Protocol.h.

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

◆ resolve

int clang::clangd::ResolveTypeHierarchyItemParams::resolve

The hierarchy levels to resolve. 0 indicates no level.

Definition at line 1553 of file Protocol.h.

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


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