enum AttributeArgumentNType

Description

These constants match the enumerated choices of err_attribute_argument_n_type and err_attribute_argument_type.

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

Enumerators

NameValueComment
AANT_ArgumentIntOrBool0
AANT_ArgumentIntegerConstant1
AANT_ArgumentString2
AANT_ArgumentIdentifier3
AANT_ArgumentConstantExpr4
AANT_ArgumentBuiltinFunction5