|
clang-tools 22.0.0git
|
#include <Serialization.h>
Public Member Functions | |
| IndexFileOut ()=default | |
| IndexFileOut (const IndexFileIn &I) | |
Public Attributes | |
| const SymbolSlab * | Symbols = nullptr |
| const RefSlab * | Refs = nullptr |
| const RelationSlab * | Relations = nullptr |
| const IncludeGraph * | Sources = nullptr |
| IndexFileFormat | Format = IndexFileFormat::RIFF |
| const tooling::CompileCommand * | Cmd = nullptr |
Definition at line 56 of file Serialization.h.
|
default |
|
inline |
| const tooling::CompileCommand* clang::clangd::IndexFileOut::Cmd = nullptr |
Definition at line 64 of file Serialization.h.
Referenced by IndexFileOut(), and clang::clangd::writeYAML().
| IndexFileFormat clang::clangd::IndexFileOut::Format = IndexFileFormat::RIFF |
Definition at line 63 of file Serialization.h.
Referenced by main(), and clang::clangd::operator<<().
| const RefSlab* clang::clangd::IndexFileOut::Refs = nullptr |
Definition at line 58 of file Serialization.h.
Referenced by IndexFileOut(), and clang::clangd::writeYAML().
| const RelationSlab* clang::clangd::IndexFileOut::Relations = nullptr |
Definition at line 59 of file Serialization.h.
Referenced by IndexFileOut(), and clang::clangd::writeYAML().
| const IncludeGraph* clang::clangd::IndexFileOut::Sources = nullptr |
Definition at line 61 of file Serialization.h.
Referenced by IndexFileOut(), and clang::clangd::writeYAML().
| const SymbolSlab* clang::clangd::IndexFileOut::Symbols = nullptr |
Definition at line 57 of file Serialization.h.
Referenced by IndexFileOut(), and clang::clangd::writeYAML().