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

#include <TUScheduler.h>

Collaboration diagram for clang::clangd::InputsAndPreamble:
[legend]

Public Attributes

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

Detailed Description

Definition at line 39 of file TUScheduler.h.

Member Data Documentation

◆ Command

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

Definition at line 41 of file TUScheduler.h.

◆ Contents

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

Definition at line 40 of file TUScheduler.h.

◆ Preamble

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

Definition at line 43 of file TUScheduler.h.


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