clang-tools
11.0.0
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The text document. More... | |
std::vector< Position > | positions |
The positions inside the text document. More... | |
Definition at line 1458 of file Protocol.h.
std::vector<Position> clang::clangd::SelectionRangeParams::positions |
The positions inside the text document.
Definition at line 1463 of file Protocol.h.
TextDocumentIdentifier clang::clangd::SelectionRangeParams::textDocument |
The text document.
Definition at line 1460 of file Protocol.h.