Home
last modified time | relevance | path

Searched refs:DSContext (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Parse/
DParseDecl.cpp1549 DeclSpecContext DSContext = getDeclSpecContextFromDeclaratorContext(Context); in ParseSimpleDeclaration() local
1550 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS_none, DSContext); in ParseSimpleDeclaration()
1555 DiagnoseMissingSemiAfterTagDefinition(DS, AS_none, DSContext)) in ParseSimpleDeclaration()
2548 DeclSpecContext DSContext, in DiagnoseMissingSemiAfterTagDefinition() argument
2552 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition()
2642 ParseDeclarationSpecifiers(DS, NotATemplate, AS, DSContext, LateAttrs); in DiagnoseMissingSemiAfterTagDefinition()
2676 DeclSpecContext DSContext, in ParseDeclarationSpecifiers() argument
2686 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in ParseDeclarationSpecifiers()
2756 = DSContext == DSC_top_level || in ParseDeclarationSpecifiers()
2757 (DSContext == DSC_class && DS.isFriendSpecified()); in ParseDeclarationSpecifiers()
[all …]
/external/clang/include/clang/Parse/
DParser.h1867 DeclSpecContext DSContext,