enum PreprocessorDetailRecordTypes

Description

Record types used within a preprocessor detail block.

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

Enumerators

NameValueComment
PPD_MACRO_EXPANSION0Describes a macro expansion within the preprocessing record.
PPD_MACRO_DEFINITION1Describes a macro definition within the preprocessing record.
PPD_INCLUSION_DIRECTIVE2Describes an inclusion directive within the preprocessing record.