clang-tools
9.0.0
|
#include <TUScheduler.h>
Public Types | |
enum | State { Queued, RunningAction, BuildingPreamble, BuildingFile, Idle } |
Public Member Functions | |
TUAction (State S, llvm::StringRef Name) | |
Public Attributes | |
State | S |
std::string | Name |
The name of the action currently running, e.g. More... | |
Definition at line 59 of file TUScheduler.h.
Enumerator | |
---|---|
Queued | |
RunningAction | |
BuildingPreamble | |
BuildingFile | |
Idle |
Definition at line 60 of file TUScheduler.h.
|
inline |
Definition at line 69 of file TUScheduler.h.
std::string clang::clangd::TUAction::Name |
The name of the action currently running, e.g.
Update, GoToDef, Hover. Empty if we are in the idle state.
Definition at line 73 of file TUScheduler.h.
State clang::clangd::TUAction::S |
Definition at line 70 of file TUScheduler.h.