Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1536 DSC_normal, // normal context enumerator
1557 case DeclSpecContext::DSC_normal: in isTypeSpecifier()
1599 case DeclSpecContext::DSC_normal: in isDefiningTypeSpecifierContext()
1630 case DeclSpecContext::DSC_normal: in isOpaqueEnumDeclarationContext()
1656 case DeclSpecContext::DSC_normal: in isClassTemplateDeductionContext()
1691 case DeclSpecContext::DSC_normal: in getImplicitTypenameContext()
1840 DeclSpecContext DSC = DeclSpecContext::DSC_normal,
1894 DeclSpecContext DSC = DeclSpecContext::DSC_normal) {
1909 DeclSpecContext DSC = DeclSpecContext::DSC_normal);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp48 if (DSC == DeclSpecContext::DSC_normal) in ParseTypeName()
2909 DeclSpecContext::DSC_normal); in ParseImplicitInt()
2913 DeclSpecContext::DSC_normal, Attrs); in ParseImplicitInt()
3068 return DeclSpecContext::DSC_normal; in getDeclSpecContextFromDeclaratorContext()
7504 DeclSpecContext::DSC_normal, in ParseParameterDeclarationClause()
H A DParseObjc.cpp1121 DeclSpecContext dsContext = DeclSpecContext::DSC_normal; in ParseObjCTypeName()