enum DeclarationNameExtra::ExtraKind
Description
The kind of "extra" information stored in the DeclarationName. See@c ExtraKindOrNumArgs for an explanation of how these enumerator values are used. Note that DeclarationName depends on the numerical values of the enumerators in this enum. See DeclarationName::StoredNameKind for more info.
Declared at: clang/include/clang/Basic/IdentifierTable.h:962
Enumerators
Name | Value | Comment |
---|---|---|
CXXDeductionGuideName | 0 | |
CXXLiteralOperatorName | 1 | |
CXXUsingDirective | 2 | |
ObjCMultiArgSelector | 3 |