Home | History | Annotate | Download | only in Parse

Lines Matching refs:DSContext

1452   DeclSpecContext DSContext = getDeclSpecContextFromDeclaratorContext(Context);
1453 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS_none, DSContext);
1458 DiagnoseMissingSemiAfterTagDefinition(DS, AS_none, DSContext))
2429 DeclSpecContext DSContext,
2433 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level);
2524 ParseDeclarationSpecifiers(DS, NotATemplate, AS, DSContext, LateAttrs);
2559 DeclSpecContext DSContext,
2569 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level);
2627 = DSContext == DSC_top_level ||
2628 (DSContext == DSC_class && DS.isFriendSpecified());
2639 CCC = DSContext == DSC_class? Sema::PCC_MemberTemplate
2641 else if (DSContext == DSC_class)
2697 if ((DSContext == DSC_top_level || DSContext == DSC_class) &&
2747 if ((DSContext == DSC_top_level || DSContext == DSC_class) &&
2777 if (ParseImplicitInt(DS, &SS, TemplateInfo, AS, DSContext, Attrs)) {
2883 if (!TypeRep && DSContext == DSC_template_type_arg &&
2893 if (ParseImplicitInt(DS, nullptr, TemplateInfo, AS, DSContext, Attrs)) {
2905 if (getLangOpts().CPlusPlus && DSContext == DSC_class &&
2941 if (getLangOpts().CPlusPlus && DSContext == DSC_class &&
3087 if (DSContext == DSC_class)
3233 EnteringContext, DSContext, Attributes);
3247 ParseEnumSpecifier(Loc, DS, TemplateInfo, AS, DSContext);