Searched refs:DSC_top_level (Results 1 – 3 of 3) sorted by relevance
2243 (!SS || DSC == DSC_top_level || DSC == DSC_class)) { in ParseImplicitInt()2267 if (DSC == DSC_class || (DSC == DSC_top_level && SS)) { in ParseImplicitInt()2345 return DSC_top_level; in getDeclSpecContextFromDeclaratorContext()2433 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition()2569 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in ParseDeclarationSpecifiers()2627 = DSContext == DSC_top_level || in ParseDeclarationSpecifiers()2697 if ((DSContext == DSC_top_level || DSContext == DSC_class) && in ParseDeclarationSpecifiers()2747 if ((DSContext == DSC_top_level || DSContext == DSC_class) && in ParseDeclarationSpecifiers()
836 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC_top_level); in ParseDeclOrFunctionDefInternal()841 DiagnoseMissingSemiAfterTagDefinition(DS, AS, DSC_top_level)) in ParseDeclOrFunctionDefInternal()
1686 DSC_top_level, // top-level/namespace declaration context enumerator1696 case DSC_top_level: in isTypeSpecifier()