enum ControlRecordTypes

Description

Record types that occur within the control block.

Declared at: clang/include/clang/Serialization/ASTBitCodes.h:332

Enumerators

NameValueComment
METADATA1AST file metadata, including the AST file version number and information about the compiler used to build this AST file.
IMPORTS2Record code for the list of other AST files imported by this AST file.
ORIGINAL_FILE3Record code for the original file that was used to generate the AST file, including both its file ID and its name.
ORIGINAL_PCH_DIR4The directory that the PCH was originally created in.
ORIGINAL_FILE_ID5Record code for file ID of the file or buffer that was used to generate the AST file.
INPUT_FILE_OFFSETS6Offsets into the input-files block where input files reside.
MODULE_NAME7Record code for the module name.
MODULE_MAP_FILE8Record code for the module map file that was used to build this AST file.
MODULE_DIRECTORY9Record code for the module build directory.