Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2193 DSC_normal, // normal context enumerator
2210 case DeclSpecContext::DSC_normal: in isTypeSpecifier()
2249 case DeclSpecContext::DSC_normal: in isDefiningTypeSpecifierContext()
2277 case DeclSpecContext::DSC_normal: in isOpaqueEnumDeclarationContext()
2299 case DeclSpecContext::DSC_normal: in isClassTemplateDeductionContext()
2371 DeclSpecContext DSC = DeclSpecContext::DSC_normal,
2379 DeclSpecContext DSC = DeclSpecContext::DSC_normal);
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp48 if (DSC == DeclSpecContext::DSC_normal) in ParseTypeName()
2756 DeclSpecContext::DSC_normal); in ParseImplicitInt()
2760 DeclSpecContext::DSC_normal, Attrs); in ParseImplicitInt()
2896 return DeclSpecContext::DSC_normal; in getDeclSpecContextFromDeclaratorContext()
H A DParseObjc.cpp1273 DeclSpecContext dsContext = DeclSpecContext::DSC_normal; in ParseObjCTypeName()