|
clang 22.0.0git
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/PointerUnion.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/TinyPtrVector.h"#include "llvm/ADT/iterator_range.h"#include "llvm/Support/Endian.h"#include "llvm/Support/EndianStream.h"#include "llvm/Support/OnDiskHashTable.h"#include "llvm/Support/raw_ostream.h"#include <algorithm>#include <cstdint>#include <vector>Go to the source code of this file.
Classes | |
| class | clang::serialization::MultiOnDiskHashTable< Info > |
| A collection of on-disk hash tables, merged when relevant for performance. More... | |
| class | clang::serialization::MultiOnDiskHashTableGenerator< ReaderInfo, WriterInfo > |
| Writer for the on-disk hash table. More... | |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::serialization |