clang-tools 20.0.0git
|
#include <Protocol.h>
Public Attributes | |
URIForFile | uri |
The file's URI. | |
FileChangeType | type = FileChangeType::Created |
The change type. | |
Definition at line 819 of file Protocol.h.
FileChangeType clang::clangd::FileEvent::type = FileChangeType::Created |
The change type.
Definition at line 823 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
URIForFile clang::clangd::FileEvent::uri |