Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2230 DSC_normal, // normal context enumerator
2251 case DeclSpecContext::DSC_normal: in isTypeSpecifier()
2293 case DeclSpecContext::DSC_normal: in isDefiningTypeSpecifierContext()
2324 case DeclSpecContext::DSC_normal: in isOpaqueEnumDeclarationContext()
2350 case DeclSpecContext::DSC_normal: in isClassTemplateDeductionContext()
2385 case DeclSpecContext::DSC_normal: in getImplicitTypenameContext()
2450 DeclSpecContext DSC = DeclSpecContext::DSC_normal,
2466 DeclSpecContext DSC = DeclSpecContext::DSC_normal) {
2473 DeclSpecContext DSC = DeclSpecContext::DSC_normal);
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp50 if (DSC == DeclSpecContext::DSC_normal) in ParseTypeName()
2918 DeclSpecContext::DSC_normal); in ParseImplicitInt()
2922 DeclSpecContext::DSC_normal, Attrs); in ParseImplicitInt()
3082 return DeclSpecContext::DSC_normal; in getDeclSpecContextFromDeclaratorContext()
7452 AS_none, DeclSpecContext::DSC_normal, in ParseParameterDeclarationClause()
H A DParseObjc.cpp1318 DeclSpecContext dsContext = DeclSpecContext::DSC_normal; in ParseObjCTypeName()