Home | History | Annotate | Download | only in Parse

Lines Matching refs:DSC

39   DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context);
43 ParseSpecifierQualifierList(DS, AS, DSC);
1538 DeclSpecContext DSC) {
1542 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC);
1546 if (DSC == DSC_type_specifier && !DS.hasTypeSpecifier()) {
1619 AccessSpecifier AS, DeclSpecContext DSC) {
1643 if (DSC != DSC_type_specifier &&
2747 AccessSpecifier AS, DeclSpecContext DSC) {
2781 bool AllowDeclaration = DSC != DSC_trailing;
2923 else if (Tok.is(tok::semi) && DSC != DSC_type_specifier)