Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp2243 (!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()
DParser.cpp836 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC_top_level); in ParseDeclOrFunctionDefInternal()
841 DiagnoseMissingSemiAfterTagDefinition(DS, AS, DSC_top_level)) in ParseDeclOrFunctionDefInternal()
/external/clang/include/clang/Parse/
DParser.h1686 DSC_top_level, // top-level/namespace declaration context enumerator
1696 case DSC_top_level: in isTypeSpecifier()