enum AttributeDeclKind

Description

These constants match the enumerated choices of warn_attribute_wrong_decl_type and err_attribute_wrong_decl_type.

Declared at: clang/include/clang/Sema/ParsedAttr.h:1141

Enumerators

NameValueComment
ExpectedFunction0
ExpectedUnion1
ExpectedVariableOrFunction2
ExpectedFunctionOrMethod3
ExpectedFunctionMethodOrBlock4
ExpectedFunctionMethodOrParameter5
ExpectedVariable6
ExpectedVariableOrField7
ExpectedVariableFieldOrTag8
ExpectedTypeOrNamespace9
ExpectedFunctionVariableOrClass10
ExpectedKernelFunction11
ExpectedFunctionWithProtoType12