enum ShadowedDeclKind
Description
Enum describing the %select options in diag::warn_decl_shadow.
Declared at: clang/lib/Sema/SemaDecl.cpp:7957
Enumerators
Name | Value | Comment |
---|---|---|
SDK_Local | 0 | |
SDK_Global | 1 | |
SDK_StaticMember | 2 | |
SDK_Field | 3 | |
SDK_Typedef | 4 | |
SDK_Using | 5 | |
SDK_StructuredBinding | 6 |