Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1752 DSC_normal, // normal context enumerator
1767 case DSC_normal: in isTypeSpecifier()
1827 DeclSpecContext DSC = DSC_normal,
1834 DeclSpecContext DSC = DSC_normal);
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp47 if (DSC == DSC_normal) in ParseTypeName()
2302 ParseEnumSpecifier(Loc, DS, TemplateInfo, AS, DSC_normal); in ParseImplicitInt()
2305 /*EnteringContext*/ false, DSC_normal, Attrs); in ParseImplicitInt()
2423 return DSC_normal; in getDeclSpecContextFromDeclaratorContext()
HDParseObjc.cpp1278 DeclSpecContext dsContext = DSC_normal; in ParseObjCTypeName()