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
Name | Value | Comment |
---|---|---|
ExpectedFunction | 0 | |
ExpectedUnion | 1 | |
ExpectedVariableOrFunction | 2 | |
ExpectedFunctionOrMethod | 3 | |
ExpectedFunctionMethodOrBlock | 4 | |
ExpectedFunctionMethodOrParameter | 5 | |
ExpectedVariable | 6 | |
ExpectedVariableOrField | 7 | |
ExpectedVariableFieldOrTag | 8 | |
ExpectedTypeOrNamespace | 9 | |
ExpectedFunctionVariableOrClass | 10 | |
ExpectedKernelFunction | 11 | |
ExpectedFunctionWithProtoType | 12 |