LLVM: llvm::lsp::DocumentLink Struct Reference (original) (raw)

A range in a text document that links to an internal or external resource, like another text document or a web site. More...

#include "[llvm/Support/LSP/Protocol.h](Protocol%5F8h%5Fsource.html)"

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.

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 1062 of file Protocol.h.

llvm::lsp::DocumentLink::DocumentLink ( ) default

operator!=

operator==

range

Range llvm::lsp::DocumentLink::range

target


The documentation for this struct was generated from the following file: