Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2174 DSC_normal, // normal context enumerator
2190 case DeclSpecContext::DSC_normal: in isTypeSpecifier()
2228 case DeclSpecContext::DSC_normal: in isDefiningTypeSpecifierContext()
2252 case DeclSpecContext::DSC_normal: in isOpaqueEnumDeclarationContext()
2273 case DeclSpecContext::DSC_normal: in isClassTemplateDeductionContext()
2341 DeclSpecContext DSC = DeclSpecContext::DSC_normal,
2349 DeclSpecContext DSC = DeclSpecContext::DSC_normal);
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp49 if (DSC == DeclSpecContext::DSC_normal) in ParseTypeName()
2665 DeclSpecContext::DSC_normal); in ParseImplicitInt()
2669 DeclSpecContext::DSC_normal, Attrs); in ParseImplicitInt()
2803 return DeclSpecContext::DSC_normal; in getDeclSpecContextFromDeclaratorContext()
H A DParseObjc.cpp1267 DeclSpecContext dsContext = DeclSpecContext::DSC_normal; in ParseObjCTypeName()