clang-tools 22.0.0git
clang::clangd::TUStatus Struct Reference

#include <TUScheduler.h>

Classes

struct  BuildDetails

Public Member Functions

FileStatus render (PathRef File) const
 Serialize this to an LSP file status item.

Public Attributes

PreambleAction PreambleActivity = PreambleAction::Idle
ASTAction ASTActivity
BuildDetails Details
 Stores status of the last build for the translation unit.

Detailed Description

Definition at line 142 of file TUScheduler.h.

Member Function Documentation

◆ render()

FileStatus clang::clangd::TUStatus::render ( PathRef File) const

Member Data Documentation

◆ ASTActivity

ASTAction clang::clangd::TUStatus::ASTActivity

Definition at line 153 of file TUScheduler.h.

Referenced by render().

◆ Details

BuildDetails clang::clangd::TUStatus::Details

Stores status of the last build for the translation unit.

Definition at line 155 of file TUScheduler.h.

◆ PreambleActivity

PreambleAction clang::clangd::TUStatus::PreambleActivity = PreambleAction::Idle

Definition at line 152 of file TUScheduler.h.

Referenced by render().


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