clang
3.9.0
|
#include "clang/AST/DeclarationName.h"
#include "clang/Serialization/ASTBitCodes.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/ADT/TinyPtrVector.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/OnDiskHashTable.h"
#include "MultiOnDiskHashTable.h"
#include <utility>
Go to the source code of this file.
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::serialization | |
clang::serialization::reader | |
Typedefs | |
typedef llvm::OnDiskIterableChainedHashTable < ASTIdentifierLookupTrait > | clang::serialization::reader::ASTIdentifierLookupTable |
The on-disk hash table used to contain information about all of the identifiers in the program. More... | |
typedef llvm::OnDiskChainedHashTable < ASTSelectorLookupTrait > | clang::serialization::reader::ASTSelectorLookupTable |
The on-disk hash table used for the global method pool. More... | |
typedef llvm::OnDiskChainedHashTable < HeaderFileInfoTrait > | clang::serialization::reader::HeaderFileInfoLookupTable |
The on-disk hash table used for known header files. More... | |