Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h1789 DSC_normal, // normal context enumerator
1804 case DSC_normal: in isTypeSpecifier()
1864 DeclSpecContext DSC = DSC_normal,
1871 DeclSpecContext DSC = DSC_normal);
/external/clang/lib/Parse/
DParseDecl.cpp50 if (DSC == DSC_normal) in ParseTypeName()
2351 ParseEnumSpecifier(Loc, DS, TemplateInfo, AS, DSC_normal); in ParseImplicitInt()
2354 /*EnteringContext*/ false, DSC_normal, Attrs); in ParseImplicitInt()
2472 return DSC_normal; in getDeclSpecContextFromDeclaratorContext()
DParseObjc.cpp1276 DeclSpecContext dsContext = DSC_normal; in ParseObjCTypeName()