clang-tools  8.0.0
Public Attributes | List of all members
clang::clangd::TUScheduler::FileData Struct Reference
Collaboration diagram for clang::clangd::TUScheduler::FileData:
[legend]

Public Attributes

std::string Contents
 Latest inputs, passed to TUScheduler::update(). More...
 
tooling::CompileCommand Command
 
ASTWorkerHandle Worker
 

Detailed Description

Definition at line 779 of file TUScheduler.cpp.

Member Data Documentation

◆ Command

tooling::CompileCommand clang::clangd::TUScheduler::FileData::Command

Definition at line 782 of file TUScheduler.cpp.

◆ Contents

std::string clang::clangd::TUScheduler::FileData::Contents

Latest inputs, passed to TUScheduler::update().

Definition at line 781 of file TUScheduler.cpp.

◆ Worker

ASTWorkerHandle clang::clangd::TUScheduler::FileData::Worker

Definition at line 783 of file TUScheduler.cpp.


The documentation for this struct was generated from the following file: