Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2172 DSC_normal, // normal context enumerator
2188 case DeclSpecContext::DSC_normal: in isTypeSpecifier()
2226 case DeclSpecContext::DSC_normal: in isDefiningTypeSpecifierContext()
2250 case DeclSpecContext::DSC_normal: in isOpaqueEnumDeclarationContext()
2271 case DeclSpecContext::DSC_normal: in isClassTemplateDeductionContext()
2339 DeclSpecContext DSC = DeclSpecContext::DSC_normal,
2347 DeclSpecContext DSC = DeclSpecContext::DSC_normal);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp49 if (DSC == DeclSpecContext::DSC_normal) in ParseTypeName()
2658 DeclSpecContext::DSC_normal); in ParseImplicitInt()
2662 DeclSpecContext::DSC_normal, Attrs); in ParseImplicitInt()
2796 return DeclSpecContext::DSC_normal; in getDeclSpecContextFromDeclaratorContext()
H A DParseObjc.cpp1267 DeclSpecContext dsContext = DeclSpecContext::DSC_normal; in ParseObjCTypeName()