#include <TUScheduler.h>
Definition at line 91 of file TUScheduler.h.
◆ Kind
Enumerator |
---|
Queued | |
RunningAction | |
Building | |
Idle | |
Definition at line 92 of file TUScheduler.h.
◆ ASTAction() [1/2]
clang::clangd::ASTAction::ASTAction |
( |
| ) |
|
|
default |
◆ ASTAction() [2/2]
clang::clangd::ASTAction::ASTAction |
( |
Kind |
K, |
|
|
llvm::StringRef |
Name |
|
) |
| |
|
inline |
◆ Name
std::string clang::clangd::ASTAction::Name |
The name of the action currently running, e.g.
Update, GoToDef, Hover. Empty if we are in the idle state.
Definition at line 104 of file TUScheduler.h.
The documentation for this struct was generated from the following file: