enum class NodeKind
Declared at: llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h:224
Enumerators
Name | Value | Comment |
---|---|---|
Unknown | 0 | |
Md5Symbol | 1 | |
PrimitiveType | 2 | |
FunctionSignature | 3 | |
Identifier | 4 | |
NamedIdentifier | 5 | |
VcallThunkIdentifier | 6 | |
LocalStaticGuardIdentifier | 7 | |
IntrinsicFunctionIdentifier | 8 | |
ConversionOperatorIdentifier | 9 | |
DynamicStructorIdentifier | 10 | |
StructorIdentifier | 11 | |
LiteralOperatorIdentifier | 12 | |
ThunkSignature | 13 | |
PointerType | 14 | |
TagType | 15 | |
ArrayType | 16 | |
Custom | 17 | |
IntrinsicType | 18 | |
NodeArray | 19 | |
QualifiedName | 20 | |
TemplateParameterReference | 21 | |
EncodedStringLiteral | 22 | |
IntegerLiteral | 23 | |
RttiBaseClassDescriptor | 24 | |
LocalStaticGuardVariable | 25 | |
FunctionSymbol | 26 | |
VariableSymbol | 27 | |
SpecialTableSymbol | 28 |