clang-tools
15.0.0git
|
The type hierarchy params is an extension of the TextDocumentPositionsParams
with optional properties which can be used to eagerly resolve the item when requesting from the server.
More...
#include <Protocol.h>
Public Attributes | |
int | resolve = 0 |
The hierarchy levels to resolve. 0 indicates no level. More... | |
TypeHierarchyDirection | direction = TypeHierarchyDirection::Parents |
The direction of the hierarchy levels to resolve. More... | |
![]() | |
TextDocumentIdentifier | textDocument |
The text document. More... | |
Position | position |
The position inside the text document. More... | |
The type hierarchy params is an extension of the TextDocumentPositionsParams
with optional properties which can be used to eagerly resolve the item when requesting from the server.
Definition at line 1378 of file Protocol.h.
TypeHierarchyDirection clang::clangd::TypeHierarchyParams::direction = TypeHierarchyDirection::Parents |
The direction of the hierarchy levels to resolve.
Definition at line 1383 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
int clang::clangd::TypeHierarchyParams::resolve = 0 |
The hierarchy levels to resolve. 0
indicates no level.
Definition at line 1380 of file Protocol.h.
Referenced by clang::clangd::fromJSON().