Lines Matching refs:DeclSpecContext
53 DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context); in ParseTypeName()
54 if (DSC == DeclSpecContext::DSC_normal) in ParseTypeName()
55 DSC = DeclSpecContext::DSC_type_specifier; in ParseTypeName()
2102 DeclSpecContext DSContext = getDeclSpecContextFromDeclaratorContext(Context); in ParseSimpleDeclaration()
2917 AccessSpecifier AS, DeclSpecContext DSC) { in ParseSpecifierQualifierList()
2960 if (DS.hasConstexprSpecifier() && DSC != DeclSpecContext::DSC_condition) { in ParseSpecifierQualifierList()
3002 AccessSpecifier AS, DeclSpecContext DSC, in ParseImplicitInt()
3055 DSC == DeclSpecContext::DSC_template_type_arg)) { in ParseImplicitInt()
3110 DeclSpecContext::DSC_normal); in ParseImplicitInt()
3114 DeclSpecContext::DSC_normal, Attrs); in ParseImplicitInt()
3121 if (!isTypeSpecifier(DSC) && (!SS || DSC == DeclSpecContext::DSC_top_level || in ParseImplicitInt()
3122 DSC == DeclSpecContext::DSC_class)) { in ParseImplicitInt()
3146 if (DSC == DeclSpecContext::DSC_class || in ParseImplicitInt()
3147 (DSC == DeclSpecContext::DSC_top_level && SS)) { in ParseImplicitInt()
3231 Parser::DeclSpecContext
3235 return DeclSpecContext::DSC_class; in getDeclSpecContextFromDeclaratorContext()
3237 return DeclSpecContext::DSC_top_level; in getDeclSpecContextFromDeclaratorContext()
3239 return DeclSpecContext::DSC_template_param; in getDeclSpecContextFromDeclaratorContext()
3241 return DeclSpecContext::DSC_template_arg; in getDeclSpecContextFromDeclaratorContext()
3243 return DeclSpecContext::DSC_template_type_arg; in getDeclSpecContextFromDeclaratorContext()
3246 return DeclSpecContext::DSC_trailing; in getDeclSpecContextFromDeclaratorContext()
3249 return DeclSpecContext::DSC_alias_declaration; in getDeclSpecContextFromDeclaratorContext()
3251 return DeclSpecContext::DSC_association; in getDeclSpecContextFromDeclaratorContext()
3253 return DeclSpecContext::DSC_type_specifier; in getDeclSpecContextFromDeclaratorContext()
3255 return DeclSpecContext::DSC_condition; in getDeclSpecContextFromDeclaratorContext()
3257 return DeclSpecContext::DSC_conv_operator; in getDeclSpecContextFromDeclaratorContext()
3259 return DeclSpecContext::DSC_new; in getDeclSpecContextFromDeclaratorContext()
3274 return DeclSpecContext::DSC_normal; in getDeclSpecContextFromDeclaratorContext()
3446 DeclSpecContext DSContext, in DiagnoseMissingSemiAfterTagDefinition()
3450 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in DiagnoseMissingSemiAfterTagDefinition()
3451 DSContext == DeclSpecContext::DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition()
3577 DeclSpecContext DSContext, LateParsedAttrList *LateAttrs, in ParseDeclarationSpecifiers()
3589 if (DSContext == DeclSpecContext::DSC_conv_operator) { in ParseDeclarationSpecifiers()
3592 DSContext = DeclSpecContext::DSC_type_specifier; in ParseDeclarationSpecifiers()
3595 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in ParseDeclarationSpecifiers()
3596 DSContext == DeclSpecContext::DSC_top_level); in ParseDeclarationSpecifiers()
3731 = DSContext == DeclSpecContext::DSC_top_level || in ParseDeclarationSpecifiers()
3732 (DSContext == DeclSpecContext::DSC_class && DS.isFriendSpecified()); in ParseDeclarationSpecifiers()
3742 CCC = DSContext == DeclSpecContext::DSC_class in ParseDeclarationSpecifiers()
3745 else if (DSContext == DeclSpecContext::DSC_class) in ParseDeclarationSpecifiers()
3804 if ((DSContext == DeclSpecContext::DSC_top_level || in ParseDeclarationSpecifiers()
3805 DSContext == DeclSpecContext::DSC_class) && in ParseDeclarationSpecifiers()
3865 if ((DSContext == DeclSpecContext::DSC_top_level || in ParseDeclarationSpecifiers()
3866 DSContext == DeclSpecContext::DSC_class) && in ParseDeclarationSpecifiers()
4032 if (DSContext == DeclSpecContext::DSC_objc_method_result && in ParseDeclarationSpecifiers()
4048 if (getLangOpts().CPlusPlus && DSContext == DeclSpecContext::DSC_class && in ParseDeclarationSpecifiers()
4082 (DSContext == DeclSpecContext::DSC_class || in ParseDeclarationSpecifiers()
4083 DSContext == DeclSpecContext::DSC_top_level) && in ParseDeclarationSpecifiers()
4195 if (getLangOpts().CPlusPlus && DSContext == DeclSpecContext::DSC_class && in ParseDeclarationSpecifiers()
4420 if (DSContext == DeclSpecContext::DSC_class) { in ParseDeclarationSpecifiers()
5236 AccessSpecifier AS, DeclSpecContext DSC) { in ParseEnumSpecifier()
5394 DeclSpecContext::DSC_type_specifier); in ParseEnumSpecifier()
5544 BaseType, DSC == DeclSpecContext::DSC_type_specifier, in ParseEnumSpecifier()
5545 DSC == DeclSpecContext::DSC_template_param || in ParseEnumSpecifier()
5546 DSC == DeclSpecContext::DSC_template_type_arg, in ParseEnumSpecifier()
7904 DeclSpecContext::DSC_normal, in ParseParameterDeclarationClause()