Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp2307 (!SS || DSC == DSC_top_level || DSC == DSC_class)) { in ParseImplicitInt()
2331 if (DSC == DSC_class || (DSC == DSC_top_level && SS)) { in ParseImplicitInt()
2409 return DSC_top_level; in getDeclSpecContextFromDeclaratorContext()
2497 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition()
2631 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in ParseDeclarationSpecifiers()
2701 = DSContext == DSC_top_level || in ParseDeclarationSpecifiers()
2771 if ((DSContext == DSC_top_level || DSContext == DSC_class) && in ParseDeclarationSpecifiers()
2821 if ((DSContext == DSC_top_level || DSContext == DSC_class) && in ParseDeclarationSpecifiers()
DParser.cpp870 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC_top_level); in ParseDeclOrFunctionDefInternal()
875 DiagnoseMissingSemiAfterTagDefinition(DS, AS, DSC_top_level)) in ParseDeclOrFunctionDefInternal()
/external/clang/include/clang/Parse/
DParser.h1761 DSC_top_level, // top-level/namespace declaration context enumerator
1773 case DSC_top_level: in isTypeSpecifier()