|
clang
5.0.0
|
#include "MultiOnDiskHashTable.h"#include "clang/AST/DeclarationName.h"#include "clang/Serialization/ASTBitCodes.h"#include "llvm/ADT/DenseSet.h"#include "llvm/Support/Endian.h"#include "llvm/Support/OnDiskHashTable.h"#include <utility>Go to the source code of this file.
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| 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... | |
1.8.6