clang API Documentation

Classes | Namespaces | Typedefs | Enumerations
Serialization/Module.h File Reference
#include "clang/Basic/SourceLocation.h"
#include "clang/Serialization/ASTBitCodes.h"
#include "clang/Serialization/ContinuousRangeMap.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/Bitcode/BitstreamReader.h"
#include <memory>
#include <string>
Include dependency graph for Serialization/Module.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  clang::serialization::DeclContextInfo
 Information about the contents of a DeclContext. More...
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

namespace  llvm
namespace  clang
namespace  clang::serialization
namespace  clang::serialization::reader

Typedefs

typedef unsigned clang::serialization::ASTFileSignature

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
}
 Specifies the kind of module that has been loaded. More...