enum Parser::CXX11AttributeKind
Description
The kind of attribute specifier we have found.
Declared at: clang/include/clang/Parse/Parser.h:3012
Enumerators
Name | Value | Comment |
---|---|---|
CAK_NotAttributeSpecifier | 0 | This is not an attribute specifier. |
CAK_AttributeSpecifier | 1 | This should be treated as an attribute-specifier. |
CAK_InvalidAttributeSpecifier | 2 | The next tokens are '[[', but this is not an attribute-specifier. This is ill-formed by C++11 [dcl.attr.grammar]p6. |