|
clang-tools 23.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. | |
| TypeHierarchyDirection | direction = TypeHierarchyDirection::Parents |
| The direction of the hierarchy levels to resolve. | |
| Public Attributes inherited from clang::clangd::TextDocumentPositionParams | |
| TextDocumentIdentifier | textDocument |
| The text document. | |
| Position | position |
| The position inside the text document. | |
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 1532 of file Protocol.h.
| TypeHierarchyDirection clang::clangd::TypeHierarchyPrepareParams::direction = TypeHierarchyDirection::Parents |
The direction of the hierarchy levels to resolve.
This is a clangd extension.
Definition at line 1539 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
| int clang::clangd::TypeHierarchyPrepareParams::resolve = 0 |
The hierarchy levels to resolve.
0 indicates no level. This is a clangd extension.
Definition at line 1535 of file Protocol.h.
Referenced by clang::clangd::fromJSON().