enum Sema::NonTagKind

Description

Common ways to introduce type names without a tag for use in diagnostics. Keep in sync with err_tag_reference_non_tag.

Declared at: clang/include/clang/Sema/Sema.h:3210

Enumerators

NameValueComment
NTK_NonStruct0
NTK_NonClass1
NTK_NonUnion2
NTK_NonEnum3
NTK_Typedef4
NTK_TypeAlias5
NTK_Template6
NTK_TypeAliasTemplate7
NTK_TemplateTemplateArgument8