clang-tools 22.0.0git
|
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. |
Parameters for the typeHierarchy/resolve request.
Definition at line 1562 of file Protocol.h.
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().
TypeHierarchyItem clang::clangd::ResolveTypeHierarchyItemParams::item |
The item to resolve.
Definition at line 1564 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
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().