enum class AlignRequirementKind

Declared at: clang/include/clang/AST/ASTContext.h:165

Enumerators

NameValueComment
None0The alignment was not explicit in code.
RequiredByTypedef1The alignment comes from an alignment attribute on a typedef.
RequiredByRecord2The alignment comes from an alignment attribute on a record type.
RequiredByEnum3The alignment comes from an alignment attribute on a enum type.