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

#include <TUScheduler.h>

Public Attributes

llvm::StringRef Contents
 
const tooling::CompileCommand & Command
 
const PreambleDataPreamble
 
const ASTSignalsSignals
 

Detailed Description

Definition at line 43 of file TUScheduler.h.

Member Data Documentation

◆ Command

const tooling::CompileCommand& clang::clangd::InputsAndPreamble::Command

Definition at line 45 of file TUScheduler.h.

◆ Contents

llvm::StringRef clang::clangd::InputsAndPreamble::Contents

Definition at line 44 of file TUScheduler.h.

Referenced by clang::clangd::TUScheduler::runWithPreamble().

◆ Preamble

const PreambleData* clang::clangd::InputsAndPreamble::Preamble

Definition at line 47 of file TUScheduler.h.

◆ Signals

const ASTSignals* clang::clangd::InputsAndPreamble::Signals

Definition at line 49 of file TUScheduler.h.


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