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

#include <Protocol.h>

Public Attributes

URIForFile uri
 The file's URI.
 
FileChangeType type = FileChangeType::Created
 The change type.
 

Detailed Description

Definition at line 819 of file Protocol.h.

Member Data Documentation

◆ type

FileChangeType clang::clangd::FileEvent::type = FileChangeType::Created

The change type.

Definition at line 823 of file Protocol.h.

Referenced by clang::clangd::fromJSON().

◆ uri

URIForFile clang::clangd::FileEvent::uri

The file's URI.

Definition at line 821 of file Protocol.h.

Referenced by clang::clangd::fromJSON().


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