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

NameValueComment
CXXDeductionGuideName0
CXXLiteralOperatorName1
CXXUsingDirective2
ObjCMultiArgSelector3