clang-tools
15.0.0git
|
#include <TUScheduler.h>
Classes | |
struct | BuildDetails |
Public Member Functions | |
FileStatus | render (PathRef File) const |
Serialize this to an LSP file status item. More... | |
Public Attributes | |
PreambleAction | PreambleActivity = PreambleAction::Idle |
ASTAction | ASTActivity |
BuildDetails | Details |
Stores status of the last build for the translation unit. More... | |
Definition at line 112 of file TUScheduler.h.
FileStatus clang::clangd::TUStatus::render | ( | PathRef | File | ) | const |
Serialize this to an LSP file status item.
Definition at line 1531 of file TUScheduler.cpp.
ASTAction clang::clangd::TUStatus::ASTActivity |
Definition at line 123 of file TUScheduler.h.
BuildDetails clang::clangd::TUStatus::Details |
Stores status of the last build for the translation unit.
Definition at line 125 of file TUScheduler.h.
PreambleAction clang::clangd::TUStatus::PreambleActivity = PreambleAction::Idle |
Definition at line 122 of file TUScheduler.h.