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

#include <Protocol.h>

Collaboration diagram for clang::clangd::TextDocumentIdentifier:
[legend]

Public Attributes

URIForFile uri
 The text document's URI. More...
 

Detailed Description

Definition at line 120 of file Protocol.h.

Member Data Documentation

◆ uri

URIForFile clang::clangd::TextDocumentIdentifier::uri

The text document's URI.

Definition at line 122 of file Protocol.h.

Referenced by clang::clangd::asCommand(), clang::clangd::flattenSymbolHierarchy(), and clang::clangd::getToggle().


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