Home
last modified time | relevance | path

Searched refs:DSC_top_level (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Parse/
DParseDecl.cpp2362 (!SS || DSC == DSC_top_level || DSC == DSC_class)) { in ParseImplicitInt()
2386 if (DSC == DSC_class || (DSC == DSC_top_level && SS)) { in ParseImplicitInt()
2464 return DSC_top_level; in getDeclSpecContextFromDeclaratorContext()
2552 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition()
2686 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in ParseDeclarationSpecifiers()
2756 = DSContext == DSC_top_level || in ParseDeclarationSpecifiers()
2826 if ((DSContext == DSC_top_level || DSContext == DSC_class) && in ParseDeclarationSpecifiers()
2876 if ((DSContext == DSC_top_level || DSContext == DSC_class) && in ParseDeclarationSpecifiers()
DParser.cpp877 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC_top_level); in ParseDeclOrFunctionDefInternal()
882 DiagnoseMissingSemiAfterTagDefinition(DS, AS, DSC_top_level)) in ParseDeclOrFunctionDefInternal()
/external/clang/include/clang/Parse/
DParser.h1794 DSC_top_level, // top-level/namespace declaration context enumerator
1806 case DSC_top_level: in isTypeSpecifier()