clang-tools 20.0.0git
|
A range in a text document that links to an internal or external resource, like another text document or a web site. More...
#include <Protocol.h>
Public Attributes | |
Range | range |
The range this link applies to. | |
URIForFile | target |
The uri this link points to. If missing a resolve request is sent later. | |
Friends | |
bool | operator== (const DocumentLink &LHS, const DocumentLink &RHS) |
bool | operator!= (const DocumentLink &LHS, const DocumentLink &RHS) |
A range in a text document that links to an internal or external resource, like another text document or a web site.
Definition at line 1927 of file Protocol.h.
|
friend |
Definition at line 1945 of file Protocol.h.
|
friend |
Definition at line 1941 of file Protocol.h.
Range clang::clangd::DocumentLink::range |
The range this link applies to.
Definition at line 1929 of file Protocol.h.
Referenced by clang::clangd::toJSON().
URIForFile clang::clangd::DocumentLink::target |
The uri this link points to. If missing a resolve request is sent later.
Definition at line 1932 of file Protocol.h.
Referenced by clang::clangd::toJSON().