clang-tools 18.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 1539 of file Protocol.h.
TypeHierarchyDirection clang::clangd::ResolveTypeHierarchyItemParams::direction |
The direction of the hierarchy levels to resolve.
Definition at line 1547 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
TypeHierarchyItem clang::clangd::ResolveTypeHierarchyItemParams::item |
The item to resolve.
Definition at line 1541 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 1544 of file Protocol.h.
Referenced by clang::clangd::fromJSON().