Home | History | Annotate | Download | only in Parse

Lines Matching defs:DSC

43   DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context);
44 if (DSC == DSC_normal)
45 DSC = DSC_type_specifier;
51 ParseSpecifierQualifierList(DS, AS, DSC);
1818 DeclSpecContext DSC) {
1822 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC);
1826 if ((DSC == DSC_type_specifier || DSC == DSC_trailing) &&
1900 AccessSpecifier AS, DeclSpecContext DSC,
1925 if (DSC != DSC_type_specifier && DSC != DSC_trailing &&
1994 if (DSC != DSC_type_specifier && DSC != DSC_trailing &&
1995 (!SS || DSC == DSC_top_level || DSC == DSC_class)) {
3193 AccessSpecifier AS, DeclSpecContext DSC) {
3243 bool AllowDeclaration = DSC != DSC_trailing;
3399 } else if (DSC != DSC_type_specifier &&