enum OptionsRecordTypes

Description

Record types that occur within the options block inside the control block.

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

Enumerators

NameValueComment
LANGUAGE_OPTIONS1Record code for the language options table.The record with this code contains the contents of the LangOptions structure. We serialize the entire contents of the structure, and let the reader decide which options are actually important to check.
TARGET_OPTIONS2Record code for the target options table.
FILE_SYSTEM_OPTIONS3Record code for the filesystem options table.
HEADER_SEARCH_OPTIONS4Record code for the headers search options table.
PREPROCESSOR_OPTIONS5Record code for the preprocessor options table.