enum TypeAttrLocation

Description

The location of a type attribute.

Declared at: clang/lib/Sema/SemaType.cpp:350

Enumerators

NameValueComment
TAL_DeclSpec0The attribute is in the decl-specifier-seq.
TAL_DeclChunk1The attribute is part of a DeclaratorChunk.
TAL_DeclName2The attribute is immediately after the declaration's name.