#include <ClangdServer.h>
Definition at line 43 of file ClangdServer.h.
◆ ~DiagnosticsConsumer()
virtual clang::clangd::DiagnosticsConsumer::~DiagnosticsConsumer |
( |
| ) |
|
|
virtualdefault |
◆ onDiagnosticsReady()
virtual void clang::clangd::DiagnosticsConsumer::onDiagnosticsReady |
( |
PathRef |
File, |
|
|
std::vector< Diag > |
Diagnostics |
|
) |
| |
|
pure virtual |
◆ onFileUpdated()
virtual void clang::clangd::DiagnosticsConsumer::onFileUpdated |
( |
PathRef |
File, |
|
|
const TUStatus & |
Status |
|
) |
| |
|
inlinevirtual |
Called whenever the file status is updated.
Definition at line 51 of file ClangdServer.h.
◆ onHighlightingsReady()
virtual void clang::clangd::DiagnosticsConsumer::onHighlightingsReady |
( |
PathRef |
File, |
|
|
std::vector< HighlightingToken > |
Highlightings |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: