|
clang 22.0.0git
|
#include "MultiOnDiskHashTable.h"#include "clang/AST/DeclarationName.h"#include "clang/Basic/LLVM.h"#include "clang/Serialization/ASTBitCodes.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/OnDiskHashTable.h"#include <ctime>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::serialization |
| namespace | clang::serialization::reader |
Typedefs | |
| using | clang::serialization::reader::LazySpecializationInfo = GlobalDeclID |
| using | clang::serialization::reader::ASTIdentifierLookupTable |
| The on-disk hash table used to contain information about all of the identifiers in the program. | |
| using | clang::serialization::reader::ASTSelectorLookupTable |
| The on-disk hash table used for the global method pool. | |
| using | clang::serialization::reader::HeaderFileInfoLookupTable |
| The on-disk hash table used for known header files. | |