clang-tools
10.0.0git
|
#include <Protocol.h>
Public Attributes | |
URIForFile | uri |
The file's URI. More... | |
FileChangeType | type = FileChangeType::Created |
The change type. More... | |
Definition at line 575 of file Protocol.h.
FileChangeType clang::clangd::FileEvent::type = FileChangeType::Created |
The change type.
Definition at line 579 of file Protocol.h.
URIForFile clang::clangd::FileEvent::uri |
The file's URI.
Definition at line 577 of file Protocol.h.