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

#include <Serialization.h>

Public Member Functions

 IndexFileOut ()=default
 
 IndexFileOut (const IndexFileIn &I)
 

Public Attributes

const SymbolSlabSymbols = nullptr
 
const RefSlabRefs = nullptr
 
const RelationSlabRelations = nullptr
 
const IncludeGraphSources = nullptr
 
IndexFileFormat Format = IndexFileFormat::RIFF
 
const tooling::CompileCommand * Cmd = nullptr
 

Detailed Description

Definition at line 56 of file Serialization.h.

Constructor & Destructor Documentation

◆ IndexFileOut() [1/2]

clang::clangd::IndexFileOut::IndexFileOut ( )
default

◆ IndexFileOut() [2/2]

clang::clangd::IndexFileOut::IndexFileOut ( const IndexFileIn I)
inline

Definition at line 67 of file Serialization.h.

Member Data Documentation

◆ Cmd

const tooling::CompileCommand* clang::clangd::IndexFileOut::Cmd = nullptr

Definition at line 64 of file Serialization.h.

Referenced by clang::clangd::writeYAML().

◆ Format

IndexFileFormat clang::clangd::IndexFileOut::Format = IndexFileFormat::RIFF

Definition at line 63 of file Serialization.h.

Referenced by clang::clangd::operator<<().

◆ Refs

const RefSlab* clang::clangd::IndexFileOut::Refs = nullptr

Definition at line 58 of file Serialization.h.

Referenced by clang::clangd::writeYAML().

◆ Relations

const RelationSlab* clang::clangd::IndexFileOut::Relations = nullptr

Definition at line 59 of file Serialization.h.

Referenced by clang::clangd::writeYAML().

◆ Sources

const IncludeGraph* clang::clangd::IndexFileOut::Sources = nullptr

Definition at line 61 of file Serialization.h.

Referenced by clang::clangd::writeYAML().

◆ Symbols

const SymbolSlab* clang::clangd::IndexFileOut::Symbols = nullptr

Definition at line 57 of file Serialization.h.

Referenced by clang::clangd::writeYAML().


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