clang-tools 22.0.0git
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 1562 of file Protocol.h.

Member Data Documentation

◆ direction

TypeHierarchyDirection clang::clangd::ResolveTypeHierarchyItemParams::direction

The direction of the hierarchy levels to resolve.

Definition at line 1570 of file Protocol.h.

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

◆ item

TypeHierarchyItem clang::clangd::ResolveTypeHierarchyItemParams::item

The item to resolve.

Definition at line 1564 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 1567 of file Protocol.h.

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


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