Home | History | Annotate | Download | only in Parse

Lines Matching refs:DSC

44   DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context);
45 if (DSC == DSC_normal)
46 DSC = DSC_type_specifier;
52 ParseSpecifierQualifierList(DS, AS, DSC);
1980 DeclSpecContext DSC) {
1984 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC);
1988 if ((DSC == DSC_type_specifier || DSC == DSC_trailing) &&
2063 AccessSpecifier AS, DeclSpecContext DSC,
2087 if (DSC != DSC_type_specifier && DSC != DSC_trailing &&
2156 if (DSC != DSC_type_specifier && DSC != DSC_trailing &&
2157 (!SS || DSC == DSC_top_level || DSC == DSC_class)) {
3388 AccessSpecifier AS, DeclSpecContext DSC) {
3438 bool AllowDeclaration = DSC != DSC_trailing;
3594 } else if (DSC != DSC_type_specifier &&