clang-tools 20.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 1551 of file Protocol.h.
TypeHierarchyDirection clang::clangd::ResolveTypeHierarchyItemParams::direction |
The direction of the hierarchy levels to resolve.
Definition at line 1559 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
TypeHierarchyItem clang::clangd::ResolveTypeHierarchyItemParams::item |
The item to resolve.
Definition at line 1553 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 1556 of file Protocol.h.
Referenced by clang::clangd::fromJSON().