clang-tools
8.0.0
|
#include <ClangdUnit.h>
Public Member Functions | |
PreambleData (PrecompiledPreamble Preamble, std::vector< Diag > Diags, IncludeStructure Includes, std::unique_ptr< PreambleFileStatusCache > StatCache) | |
Public Attributes | |
tooling::CompileCommand | CompileCommand |
PrecompiledPreamble | Preamble |
std::vector< Diag > | Diags |
IncludeStructure | Includes |
std::unique_ptr< PreambleFileStatusCache > | StatCache |
Definition at line 47 of file ClangdUnit.h.
clang::clangd::PreambleData::PreambleData | ( | PrecompiledPreamble | Preamble, |
std::vector< Diag > | Diags, | ||
IncludeStructure | Includes, | ||
std::unique_ptr< PreambleFileStatusCache > | StatCache | ||
) |
Definition at line 406 of file ClangdUnit.cpp.
tooling::CompileCommand clang::clangd::PreambleData::CompileCommand |
Definition at line 52 of file ClangdUnit.h.
std::vector<Diag> clang::clangd::PreambleData::Diags |
Definition at line 54 of file ClangdUnit.h.
IncludeStructure clang::clangd::PreambleData::Includes |
Definition at line 57 of file ClangdUnit.h.
PrecompiledPreamble clang::clangd::PreambleData::Preamble |
Definition at line 53 of file ClangdUnit.h.
Referenced by clang::clangd::ClangdServer::signatureHelp().
std::unique_ptr<PreambleFileStatusCache> clang::clangd::PreambleData::StatCache |
Definition at line 60 of file ClangdUnit.h.