enum PreprocessorDetailRecordTypes
Description
Record types used within a preprocessor detail block.
Declared at: clang/include/clang/Serialization/ASTBitCodes.h:759
Enumerators
Name | Value | Comment |
---|---|---|
PPD_MACRO_EXPANSION | 0 | Describes a macro expansion within the preprocessing record. |
PPD_MACRO_DEFINITION | 1 | Describes a macro definition within the preprocessing record. |
PPD_INCLUSION_DIRECTIVE | 2 | Describes an inclusion directive within the preprocessing record. |