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

NameValueComment
DSC_normal0
DSC_class1
DSC_type_specifier2
DSC_trailing3
DSC_alias_declaration4
DSC_top_level5
DSC_template_param6
DSC_template_type_arg7
DSC_objc_method_result8
DSC_condition9
DSC_association10