|
clang
5.0.0
|
#include "clang/Basic/FileManager.h"#include "clang/Basic/Module.h"#include "clang/Basic/SourceLocation.h"#include "clang/Serialization/ASTBitCodes.h"#include "clang/Serialization/ContinuousRangeMap.h"#include "clang/Serialization/ModuleFileExtension.h"#include "llvm/ADT/SetVector.h"#include "llvm/Bitcode/BitstreamReader.h"#include "llvm/Support/Endian.h"#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | llvm::OnDiskChainedHashTable< Info > |
| class | llvm::OnDiskIterableChainedHashTable< Info > |
| class | clang::serialization::InputFile |
| The input file that has been loaded from this AST file, along with bools indicating whether this was an overridden buffer or if it was out-of-date or not-found. More... | |
| class | clang::serialization::ModuleFile |
| Information about a module that has been loaded by the ASTReader. More... | |
Namespaces | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::serialization | |
| clang::serialization::reader | |
Enumerations | |
| enum | clang::serialization::ModuleKind { clang::serialization::MK_ImplicitModule, clang::serialization::MK_ExplicitModule, clang::serialization::MK_PCH, clang::serialization::MK_Preamble, clang::serialization::MK_MainFile, clang::serialization::MK_PrebuiltModule } |
| Specifies the kind of module that has been loaded. More... | |
1.8.6