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

#include <Serialization.h>

Public Attributes

std::optional< SymbolSlabSymbols
 
std::optional< RefSlabRefs
 
std::optional< RelationSlabRelations
 
std::optional< IncludeGraphSources
 
std::optional< tooling::CompileCommand > Cmd
 

Detailed Description

Definition at line 43 of file Serialization.h.

Member Data Documentation

◆ Cmd

std::optional<tooling::CompileCommand> clang::clangd::IndexFileIn::Cmd

Definition at line 50 of file Serialization.h.

Referenced by clang::clangd::FileShardedIndex::getShard().

◆ Refs

std::optional<RefSlab> clang::clangd::IndexFileIn::Refs

◆ Relations

std::optional<RelationSlab> clang::clangd::IndexFileIn::Relations

◆ Sources

std::optional<IncludeGraph> clang::clangd::IndexFileIn::Sources

◆ Symbols

std::optional<SymbolSlab> clang::clangd::IndexFileIn::Symbols

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