clang-tools
11.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 712 of file Protocol.h.
FileChangeType clang::clangd::FileEvent::type = FileChangeType::Created |
The change type.
Definition at line 716 of file Protocol.h.
URIForFile clang::clangd::FileEvent::uri |
The file's URI.
Definition at line 714 of file Protocol.h.