enum class MSInheritanceModel

Description

Assigned inheritance model for a class in the MS C++ ABI. Must match order of spellings in MSInheritanceAttr.

Declared at: clang/include/clang/Basic/Specifiers.h:371

Enumerators

NameValueComment
Single0
Multiple1
Virtual2
Unspecified3