clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::TextDocumentIdentifier Struct Reference

#include <Protocol.h>

Inheritance diagram for clang::clangd::TextDocumentIdentifier:
Inheritance graph
[legend]

Public Attributes

URIForFile uri
 The text document's URI.
 

Detailed Description

Definition at line 131 of file Protocol.h.

Member Data Documentation

◆ uri

URIForFile clang::clangd::TextDocumentIdentifier::uri

The text document's URI.

Definition at line 133 of file Protocol.h.

Referenced by clang::clangd::fromJSON(), clang::clangd::getToggle(), and clang::clangd::toJSON().


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