Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2205 DSC_normal, // normal context enumerator
2225 case DeclSpecContext::DSC_normal: in isTypeSpecifier()
2266 case DeclSpecContext::DSC_normal: in isDefiningTypeSpecifierContext()
2296 case DeclSpecContext::DSC_normal: in isOpaqueEnumDeclarationContext()
2321 case DeclSpecContext::DSC_normal: in isClassTemplateDeductionContext()
2354 case DeclSpecContext::DSC_normal: in getImplicitTypenameContext()
2419 DeclSpecContext DSC = DeclSpecContext::DSC_normal,
2435 DeclSpecContext DSC = DeclSpecContext::DSC_normal) {
2442 DeclSpecContext DSC = DeclSpecContext::DSC_normal);
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp48 if (DSC == DeclSpecContext::DSC_normal) in ParseTypeName()
2774 DeclSpecContext::DSC_normal); in ParseImplicitInt()
2778 DeclSpecContext::DSC_normal, Attrs); in ParseImplicitInt()
2937 return DeclSpecContext::DSC_normal; in getDeclSpecContextFromDeclaratorContext()
7204 AS_none, DeclSpecContext::DSC_normal, in ParseParameterDeclarationClause()
H A DParseObjc.cpp1305 DeclSpecContext dsContext = DeclSpecContext::DSC_normal; in ParseObjCTypeName()