Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2102 DeclSpecContext DSContext = getDeclSpecContextFromDeclaratorContext(Context); in ParseSimpleDeclaration() local
2103 ParseDeclarationSpecifiers(DS, TemplateInfo, AS_none, DSContext); in ParseSimpleDeclaration()
2108 DiagnoseMissingSemiAfterTagDefinition(DS, AS_none, DSContext)) in ParseSimpleDeclaration()
3446 DeclSpecContext DSContext, in DiagnoseMissingSemiAfterTagDefinition() argument
3450 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in DiagnoseMissingSemiAfterTagDefinition()
3451 DSContext == DeclSpecContext::DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition()
3544 ParseDeclarationSpecifiers(DS, NotATemplate, AS, DSContext, LateAttrs); in DiagnoseMissingSemiAfterTagDefinition()
3577 DeclSpecContext DSContext, LateParsedAttrList *LateAttrs, in ParseDeclarationSpecifiers() argument
3589 if (DSContext == DeclSpecContext::DSC_conv_operator) { in ParseDeclarationSpecifiers()
3592 DSContext = DeclSpecContext::DSC_type_specifier; in ParseDeclarationSpecifiers()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2524 DeclSpec &DS, AccessSpecifier AS, DeclSpecContext DSContext,