clang-tools
10.0.0git
|
Parameters for the typeHierarchy/resolve
request.
More...
#include <Protocol.h>
Public Attributes | |
TypeHierarchyItem | item |
The item to resolve. More... | |
int | resolve |
The hierarchy levels to resolve. 0 indicates no level. More... | |
TypeHierarchyDirection | direction |
The direction of the hierarchy levels to resolve. More... | |
Parameters for the typeHierarchy/resolve
request.
Definition at line 1176 of file Protocol.h.
TypeHierarchyDirection clang::clangd::ResolveTypeHierarchyItemParams::direction |
The direction of the hierarchy levels to resolve.
Definition at line 1184 of file Protocol.h.
TypeHierarchyItem clang::clangd::ResolveTypeHierarchyItemParams::item |
The item to resolve.
Definition at line 1178 of file Protocol.h.
int clang::clangd::ResolveTypeHierarchyItemParams::resolve |
The hierarchy levels to resolve. 0
indicates no level.
Definition at line 1181 of file Protocol.h.