Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h1681 DSC_normal, // normal context enumerator
1694 case DSC_normal: in isTypeSpecifier()
1752 DeclSpecContext DSC = DSC_normal,
1759 DeclSpecContext DSC = DSC_normal);
/external/clang/lib/Parse/
DParseDecl.cpp47 if (DSC == DSC_normal) in ParseTypeName()
2232 ParseEnumSpecifier(Loc, DS, TemplateInfo, AS, DSC_normal); in ParseImplicitInt()
2235 /*EnteringContext*/ false, DSC_normal, Attrs); in ParseImplicitInt()
2353 return DSC_normal; in getDeclSpecContextFromDeclaratorContext()