enum CtorInitializerType

Description

The different kinds of data that can occur in a CtorInitializer.

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

Enumerators

NameValueComment
CTOR_INITIALIZER_BASE0
CTOR_INITIALIZER_DELEGATING1
CTOR_INITIALIZER_MEMBER2
CTOR_INITIALIZER_INDIRECT_MEMBER3