clang 20.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::ASTIdentifierLookupTable = llvm::OnDiskIterableChainedHashTable< ASTIdentifierLookupTrait > |
The on-disk hash table used to contain information about all of the identifiers in the program. | |
using | clang::serialization::reader::ASTSelectorLookupTable = llvm::OnDiskChainedHashTable< ASTSelectorLookupTrait > |
The on-disk hash table used for the global method pool. | |
using | clang::serialization::reader::HeaderFileInfoLookupTable = llvm::OnDiskChainedHashTable< HeaderFileInfoTrait > |
The on-disk hash table used for known header files. | |