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

#include <Serialization.h>

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

Public Member Functions

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

Public Attributes

const SymbolSlabSymbols = nullptr
 
const RefSlabRefs = nullptr
 
const IncludeGraphSources = nullptr
 
IndexFileFormat Format = IndexFileFormat::RIFF
 

Detailed Description

Definition at line 50 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

Member Data Documentation

◆ Format

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

Definition at line 56 of file Serialization.h.

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

◆ Refs

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

Definition at line 52 of file Serialization.h.

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

◆ Sources

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

Definition at line 54 of file Serialization.h.

◆ Symbols

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

Definition at line 51 of file Serialization.h.

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


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