clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::TUScheduler::FileData Struct Reference

Public Attributes

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

Detailed Description

Definition at line 1621 of file TUScheduler.cpp.

Member Data Documentation

◆ Contents

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

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

Definition at line 1623 of file TUScheduler.cpp.

◆ Worker

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

Definition at line 1624 of file TUScheduler.cpp.


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