clang-tools 22.0.0git
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 823 of file Protocol.h.

Member Data Documentation

◆ type

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

The change type.

Definition at line 827 of file Protocol.h.

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

◆ uri

URIForFile clang::clangd::FileEvent::uri

The file's URI.

Definition at line 825 of file Protocol.h.

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


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