enum VTableComponent::Kind

Declared at: clang/include/clang/AST/VTableBuilder.h:32

Enumerators

NameValueComment
CK_VCallOffset0
CK_VBaseOffset1
CK_OffsetToTop2
CK_RTTI3
CK_FunctionPointer4
CK_CompleteDtorPointer5A pointer to the complete destructor.
CK_DeletingDtorPointer6A pointer to the deleting destructor.
CK_UnusedFunctionPointer7An entry that is never used.In some cases, a vtable function pointer will end up never being called. Such vtable function pointers are represented as a CK_UnusedFunctionPointer.