Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h1756 DSC_normal, // normal context enumerator
1771 case DSC_normal: in isTypeSpecifier()
1831 DeclSpecContext DSC = DSC_normal,
1838 DeclSpecContext DSC = DSC_normal);
/external/clang/lib/Parse/
DParseDecl.cpp49 if (DSC == DSC_normal) in ParseTypeName()
2296 ParseEnumSpecifier(Loc, DS, TemplateInfo, AS, DSC_normal); in ParseImplicitInt()
2299 /*EnteringContext*/ false, DSC_normal, Attrs); in ParseImplicitInt()
2417 return DSC_normal; in getDeclSpecContextFromDeclaratorContext()
DParseObjc.cpp1287 DeclSpecContext dsContext = DSC_normal; in ParseObjCTypeName()