clang-tools  9.0.0
Public Member Functions | Public Attributes | List of all members
clang::clangd::PreambleData Struct Reference

#include <ClangdUnit.h>

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

Public Member Functions

 PreambleData (PrecompiledPreamble Preamble, std::vector< Diag > Diags, IncludeStructure Includes, std::vector< std::string > MainFileMacros, std::unique_ptr< PreambleFileStatusCache > StatCache, CanonicalIncludes CanonIncludes)
 

Public Attributes

tooling::CompileCommand CompileCommand
 
PrecompiledPreamble Preamble
 
std::vector< DiagDiags
 
IncludeStructure Includes
 
std::vector< std::string > MainFileMacros
 
std::unique_ptr< PreambleFileStatusCacheStatCache
 
CanonicalIncludes CanonIncludes
 

Detailed Description

Definition at line 49 of file ClangdUnit.h.

Constructor & Destructor Documentation

◆ PreambleData()

clang::clangd::PreambleData::PreambleData ( PrecompiledPreamble  Preamble,
std::vector< Diag Diags,
IncludeStructure  Includes,
std::vector< std::string >  MainFileMacros,
std::unique_ptr< PreambleFileStatusCache StatCache,
CanonicalIncludes  CanonIncludes 
)

Definition at line 540 of file ClangdUnit.cpp.

Member Data Documentation

◆ CanonIncludes

CanonicalIncludes clang::clangd::PreambleData::CanonIncludes

Definition at line 69 of file ClangdUnit.h.

◆ CompileCommand

tooling::CompileCommand clang::clangd::PreambleData::CompileCommand

Definition at line 56 of file ClangdUnit.h.

◆ Diags

std::vector<Diag> clang::clangd::PreambleData::Diags

Definition at line 58 of file ClangdUnit.h.

◆ Includes

IncludeStructure clang::clangd::PreambleData::Includes

Definition at line 61 of file ClangdUnit.h.

◆ MainFileMacros

std::vector<std::string> clang::clangd::PreambleData::MainFileMacros

Definition at line 65 of file ClangdUnit.h.

◆ Preamble

PrecompiledPreamble clang::clangd::PreambleData::Preamble

Definition at line 57 of file ClangdUnit.h.

Referenced by clang::clangd::ClangdServer::signatureHelp().

◆ StatCache

std::unique_ptr<PreambleFileStatusCache> clang::clangd::PreambleData::StatCache

Definition at line 68 of file ClangdUnit.h.


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