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