clang-tools 20.0.0git
|
Parameters for the inactive regions (server-side) push notification. More...
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | TextDocument |
The textdocument these inactive regions belong to. | |
std::vector< Range > | InactiveRegions |
The inactive regions that should be sent. | |
Parameters for the inactive regions (server-side) push notification.
This is a clangd extension.
Definition at line 1874 of file Protocol.h.
std::vector<Range> clang::clangd::InactiveRegionsParams::InactiveRegions |
The inactive regions that should be sent.
Definition at line 1878 of file Protocol.h.
Referenced by clang::clangd::toJSON().
TextDocumentIdentifier clang::clangd::InactiveRegionsParams::TextDocument |
The textdocument these inactive regions belong to.
Definition at line 1876 of file Protocol.h.
Referenced by clang::clangd::toJSON().