enum class AlignRequirementKind
Declared at: clang/include/clang/AST/ASTContext.h:165
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | The alignment was not explicit in code. |
RequiredByTypedef | 1 | The alignment comes from an alignment attribute on a typedef. |
RequiredByRecord | 2 | The alignment comes from an alignment attribute on a record type. |
RequiredByEnum | 3 | The alignment comes from an alignment attribute on a enum type. |