enum TypeAttrLocation
Description
The location of a type attribute.
Declared at: clang/lib/Sema/SemaType.cpp:350
Enumerators
Name | Value | Comment |
---|---|---|
TAL_DeclSpec | 0 | The attribute is in the decl-specifier-seq. |
TAL_DeclChunk | 1 | The attribute is part of a DeclaratorChunk. |
TAL_DeclName | 2 | The attribute is immediately after the declaration's name. |