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.cpp1945 DeclSpecContext DSContext = getDeclSpecContextFromDeclaratorContext(Context); in ParseSimpleDeclaration() local
1946 ParseDeclarationSpecifiers(DS, TemplateInfo, AS_none, DSContext); in ParseSimpleDeclaration()
1951 DiagnoseMissingSemiAfterTagDefinition(DS, AS_none, DSContext)) in ParseSimpleDeclaration()
3249 DeclSpecContext DSContext, in DiagnoseMissingSemiAfterTagDefinition() argument
3253 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in DiagnoseMissingSemiAfterTagDefinition()
3254 DSContext == DeclSpecContext::DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition()
3347 ParseDeclarationSpecifiers(DS, NotATemplate, AS, DSContext, LateAttrs); in DiagnoseMissingSemiAfterTagDefinition()
3353 DeclSpecContext DSContext, LateParsedAttrList *LateAttrs, in ParseDeclarationSpecifiers() argument
3365 if (DSContext == DeclSpecContext::DSC_conv_operator) { in ParseDeclarationSpecifiers()
3368 DSContext = DeclSpecContext::DSC_type_specifier; in ParseDeclarationSpecifiers()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1889 DeclSpec &DS, AccessSpecifier AS, DeclSpecContext DSContext,