clang-tools
7.0.0
|
Public Attributes | |
std::string | Contents |
Latest inputs, passed to TUScheduler::update(). More... | |
tooling::CompileCommand | Command |
ASTWorkerHandle | Worker |
Definition at line 613 of file TUScheduler.cpp.
tooling::CompileCommand clang::clangd::TUScheduler::FileData::Command |
Definition at line 616 of file TUScheduler.cpp.
std::string clang::clangd::TUScheduler::FileData::Contents |
Latest inputs, passed to TUScheduler::update().
Definition at line 615 of file TUScheduler.cpp.
ASTWorkerHandle clang::clangd::TUScheduler::FileData::Worker |
Definition at line 617 of file TUScheduler.cpp.