enum class MethodKind
Description
Part of member attribute flags. (CV_methodprop_e)
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:268
Enumerators
Name | Value | Comment |
---|---|---|
Vanilla | 0 | |
Virtual | 1 | |
Static | 2 | |
Friend | 3 | |
IntroducingVirtual | 4 | |
PureVirtual | 5 | |
PureIntroducingVirtual | 6 |