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
Name | Value | Comment |
---|---|---|
LANGUAGE_OPTIONS | 1 | Record 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_OPTIONS | 2 | Record code for the target options table. |
FILE_SYSTEM_OPTIONS | 3 | Record code for the filesystem options table. |
HEADER_SEARCH_OPTIONS | 4 | Record code for the headers search options table. |
PREPROCESSOR_OPTIONS | 5 | Record code for the preprocessor options table. |