|
clang-tools 22.0.0git
|
#include <TUScheduler.h>
Public Types | |
| enum | Kind { Queued , RunningAction , Building , Idle } |
Public Member Functions | |
| ASTAction ()=default | |
| ASTAction (Kind K, llvm::StringRef Name) | |
Public Attributes | |
| Kind | K = ASTAction::Idle |
| std::string | Name |
| The name of the action currently running, e.g. | |
Definition at line 125 of file TUScheduler.h.
| Enumerator | |
|---|---|
| Queued | |
| RunningAction | |
| Building | |
| Idle | |
Definition at line 126 of file TUScheduler.h.
|
default |
|
inline |
Definition at line 134 of file TUScheduler.h.
| Kind clang::clangd::ASTAction::K = ASTAction::Idle |
Definition at line 135 of file TUScheduler.h.
Referenced by ASTAction().
| 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 138 of file TUScheduler.h.
Referenced by ASTAction().