enum CtorInitializerType
Description
The different kinds of data that can occur in a CtorInitializer.
Declared at: clang/include/clang/Serialization/ASTBitCodes.h:2021
Enumerators
Name | Value | Comment |
---|---|---|
CTOR_INITIALIZER_BASE | 0 | |
CTOR_INITIALIZER_DELEGATING | 1 | |
CTOR_INITIALIZER_MEMBER | 2 | |
CTOR_INITIALIZER_INDIRECT_MEMBER | 3 |