enum class Parser::DeclSpecContext
Description
A context for parsing declaration specifiers. TODO: flesh this out, there are other significant restrictions on specifiers than would be best implemented in the parser.
Declared at: clang/include/clang/Parse/Parser.h:2192
Enumerators
Name | Value | Comment |
---|---|---|
DSC_normal | 0 | |
DSC_class | 1 | |
DSC_type_specifier | 2 | |
DSC_trailing | 3 | |
DSC_alias_declaration | 4 | |
DSC_top_level | 5 | |
DSC_template_param | 6 | |
DSC_template_type_arg | 7 | |
DSC_objc_method_result | 8 | |
DSC_condition | 9 | |
DSC_association | 10 |