clang-tools 22.0.0git
clang::clangd::TUScheduler::FileData Struct Reference

Public Attributes

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

Detailed Description

Definition at line 1625 of file TUScheduler.cpp.

Member Data Documentation

◆ Contents

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

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

Definition at line 1627 of file TUScheduler.cpp.

◆ Worker

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

Definition at line 1628 of file TUScheduler.cpp.


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