clang API Documentation
#include "clang/Serialization/ASTBitCodes.h"#include "clang/Serialization/ContinuousRangeMap.h"#include "clang/Basic/SourceLocation.h"#include "llvm/ADT/OwningPtr.h"#include "llvm/ADT/SetVector.h"#include "llvm/Bitcode/BitstreamReader.h"#include <string>

Go to the source code of this file.
Classes | |
| struct | clang::serialization::DeclContextInfo |
| Information about the contents of a DeclContext. More... | |
| class | clang::serialization::ModuleFile |
| Information about a module that has been loaded by the ASTReader. More... | |
Namespaces | |
| namespace | clang |
| namespace | clang::serialization |
| namespace | clang::serialization::reader |
Enumerations | |
| enum | clang::serialization::ModuleKind { clang::serialization::MK_Module, clang::serialization::MK_PCH, clang::serialization::MK_Preamble, clang::serialization::MK_MainFile } |
| Specifies the kind of module that has been loaded. More... | |